mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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
|
@ -980,6 +980,7 @@ keyedit_menu( const char *username, STRLIST locusr, STRLIST commands,
|
|||
modified++;
|
||||
if( collapse_uids( &keyblock ) )
|
||||
modified++;
|
||||
reorder_keyblock(keyblock);
|
||||
|
||||
if( !sign_mode ) {/* see whether we have a matching secret key */
|
||||
PKT_public_key *pk = keyblock->pkt->pkt.public_key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue