mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* 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.
This commit is contained in:
parent
768ded7c03
commit
e357092285
10 changed files with 74 additions and 37 deletions
|
@ -955,7 +955,7 @@ list_keyblock_colon( KBNODE keyblock, int secret, int fpr )
|
|||
* Reorder the keyblock so that the primary user ID (and not attribute
|
||||
* packet) comes first. Fixme: Replace this by a generic sort
|
||||
* function. */
|
||||
static void
|
||||
void
|
||||
reorder_keyblock (KBNODE keyblock)
|
||||
{
|
||||
KBNODE primary = NULL, primary0 = NULL, primary2 = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue