mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* options.h, g10.c (main): Add list-option list-preferred-keyserver.
* 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:
parent
68aa60e79c
commit
2d682ddc00
4 changed files with 20 additions and 9 deletions
|
@ -1003,8 +1003,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue