diff options
Diffstat (limited to 'g10/keyedit.c')
-rw-r--r-- | g10/keyedit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c index f06c91886..8373a7f2c 100644 --- a/g10/keyedit.c +++ b/g10/keyedit.c @@ -1112,6 +1112,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; |