aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-12-03 23:31:48 +0000
committerDavid Shaw <[email protected]>2002-12-03 23:31:48 +0000
commite357092285709f24f84a76f25022b5761157eb4d (patch)
tree8d9d9b26246e2ed19f770d012c297351494aeeb8 /g10/options.h
parentMarked unused slots in the trustdb. (diff)
downloadgnupg-e357092285709f24f84a76f25022b5761157eb4d.tar.gz
gnupg-e357092285709f24f84a76f25022b5761157eb4d.zip
* options.h, g10.c (main), encode.c (write_pubkey_enc_from_list),
pkclist.c (algo_available), revoke.c (gen_revoke): Add --pgp8 mode. This is basically identical to --pgp7 in all ways except that signing subkeys, v4 data sigs (including expiration), and SK comments are allowed. * getkey.c (finish_lookup): Comment. * main.h, keylist.c (reorder_keyblock), keyedit.c (keyedit_menu): Reorder user ID display in the --edit-key menu to match that of the --list-keys display. * g10.c (add_notation_data): Fix initialization.
Diffstat (limited to '')
-rw-r--r--g10/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h
index d2f39077c..9917a4a61 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -92,8 +92,8 @@ struct {
unsigned int force_ownertrust;
int pgp2;
int pgp6;
- int pgp7; /* if we get any more of these, it's time to look at a
- special emulate_pgp variable... */
+ int pgp7;
+ int pgp8;
int rfc1991;
int rfc2440;
int pgp2_workarounds;