diff options
author | David Shaw <[email protected]> | 2002-12-03 23:31:48 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-12-03 23:31:48 +0000 |
commit | e357092285709f24f84a76f25022b5761157eb4d (patch) | |
tree | 8d9d9b26246e2ed19f770d012c297351494aeeb8 /g10/main.h | |
parent | Marked unused slots in the trustdb. (diff) | |
download | gnupg-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/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index 2162d0cc2..94ee0df9f 100644 --- a/g10/main.h +++ b/g10/main.h @@ -204,6 +204,7 @@ void release_revocation_reason_info( struct revocation_reason_info *reason ); /*-- keylist.c --*/ void public_key_list( STRLIST list ); void secret_key_list( STRLIST list ); +void reorder_keyblock (KBNODE keyblock); void list_keyblock( KBNODE keyblock, int secret, int fpr, void *opaque ); void print_fingerprint (PKT_public_key *pk, PKT_secret_key *sk, int mode); void show_policy_url(PKT_signature *sig,int indent); |