1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-11-12 21:58:50 +01:00

* keyedit.c (change_passphrase): When responding 'no' to the blank

passphrase question, re-prompt for a new passphrase.  This is bug #202.
This commit is contained in:
David Shaw 2003-08-26 00:20:53 +00:00
parent fd4be49da8
commit 33c0e98761
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2003-08-25 David Shaw <dshaw@jabberwocky.com>
* keyedit.c (change_passphrase): When responding 'no' to the blank
passphrase question, re-prompt for a new passphrase. This is bug
#202.
2003-08-21 Werner Koch <wk@gnupg.org>
* keyserver.c (keyserver_search_prompt): Flush stdout before

View File

@ -870,8 +870,10 @@ change_passphrase( KBNODE keyblock )
" this is probably a *bad* idea!\n\n"));
if( cpr_get_answer_is_yes("change_passwd.empty.okay",
_("Do you really want to do this? ")))
{
changed++;
break;
break;
}
}
else { /* okay */
rc = 0;