mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
* keyedit.c (menu_addrevoker): Properly back out if the signature fails.
This commit is contained in:
parent
63154fea49
commit
51a8a76e23
@ -1,3 +1,8 @@
|
||||
2002-10-11 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* keyedit.c (menu_addrevoker): Properly back out if the signature
|
||||
fails.
|
||||
|
||||
2002-10-07 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* mainproc.c (symkey_decrypt_sesskey): Fix compiler warning.
|
||||
|
@ -2365,6 +2365,7 @@ menu_addrevoker( KBNODE pub_keyblock, KBNODE sec_keyblock, int sensitive )
|
||||
revkey.class|=0x40;
|
||||
revkey.algid=revoker_pk->pubkey_algo;
|
||||
free_public_key(revoker_pk);
|
||||
revoker_pk=NULL;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user