aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-09-28 17:49:38 +0000
committerDavid Shaw <[email protected]>2002-09-28 17:49:38 +0000
commit9380f80b14b1eb2ad1e62803b2905595ad66f57a (patch)
tree2bb307ce20a5a6ad265d343c1b01d00457f24f0e /g10/export.c
parentFrom stable branch (diff)
downloadgnupg-9380f80b14b1eb2ad1e62803b2905595ad66f57a.tar.gz
gnupg-9380f80b14b1eb2ad1e62803b2905595ad66f57a.zip
2002-09-28 David Shaw <[email protected]>
* export.c (do_export_stream): Comment. * sig-check.c (check_key_signature2): Properly handle a non-designated revocation import. 2002-09-26 Werner Koch <[email protected]> * g10.c (set_homedir): New. Changed all direct assignments to use this. * gpgv.c (set_homedir): Ditto.
Diffstat (limited to 'g10/export.c')
-rw-r--r--g10/export.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/g10/export.c b/g10/export.c
index 1ec841dab..5f6eadcd5 100644
--- a/g10/export.c
+++ b/g10/export.c
@@ -265,10 +265,10 @@ do_export_stream( IOBUF out, STRLIST users, int secret,
!node->pkt->pkt.signature->flags.exportable )
continue; /* not exportable */
- /* do not export packets with a "sensitive" revocation
- key. This will need revisiting when we start
- supporting creating revocation keys and not just
- reading them. */
+ /* Do not export packets with a "sensitive" revocation
+ key unless the user wants us to. Note that we do
+ export these when issuing the actual revocation (see
+ revoke.c). */
if( !(options&EXPORT_INCLUDE_SENSITIVE_REVKEYS) &&
node->pkt->pkt.signature->revkey ) {
int i;