mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* 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. * tdbio.c (tdbio_read_record, tdbio_write_record): Comments to reserve a byte for trust model in the devel version. * g10.c (add_notation_data): Fix initialization.
This commit is contained in:
parent
03aaecf3f8
commit
33783a41a4
6 changed files with 24 additions and 5 deletions
|
@ -911,7 +911,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