1
0
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:
David Shaw 2002-10-11 20:44:27 +00:00
parent 63154fea49
commit 51a8a76e23
2 changed files with 6 additions and 0 deletions

View File

@ -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> 2002-10-07 David Shaw <dshaw@jabberwocky.com>
* mainproc.c (symkey_decrypt_sesskey): Fix compiler warning. * mainproc.c (symkey_decrypt_sesskey): Fix compiler warning.

View File

@ -2365,6 +2365,7 @@ menu_addrevoker( KBNODE pub_keyblock, KBNODE sec_keyblock, int sensitive )
revkey.class|=0x40; revkey.class|=0x40;
revkey.algid=revoker_pk->pubkey_algo; revkey.algid=revoker_pk->pubkey_algo;
free_public_key(revoker_pk); free_public_key(revoker_pk);
revoker_pk=NULL;
break; break;
} }