From fa88fe9aaf3ff884cd7a519168299d74888b2d05 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Tue, 20 Aug 2002 12:45:57 +0000 Subject: * keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and comments. * export.c (do_export_stream): Fix noop bug in exporting sensitive revocation keys. * pkclist.c (do_edit_ownertrust): Comment out the option for showing trust paths until it can be implemented. --- g10/sign.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'g10/sign.c') diff --git a/g10/sign.c b/g10/sign.c index e4fcc5f34..fe242b8da 100644 --- a/g10/sign.c +++ b/g10/sign.c @@ -1165,7 +1165,9 @@ make_keysig_packet( PKT_signature **ret_sig, PKT_public_key *pk, /* If you are making a signature on a v4 key using your v3 key, it doesn't make sense to generate a v3 sig. After all, no v3-only PGP implementation could understand the v4 key in the first - place. */ + place. Note that this implies that a signature on an attribute + uid is usually going to be v4 as well, since they are not + generally found on v3 keys. */ if (sigversion < pk->version) sigversion = pk->version; -- cgit v1.2.3