1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Support the SETQUALITYBAR command of recent pinentries.

This commit is contained in:
Werner Koch 2007-09-18 11:40:09 +00:00
parent 1151d4d6ae
commit a6b11ea482
5 changed files with 150 additions and 9 deletions

View file

@ -912,7 +912,7 @@ cmd_get_passphrase (assuan_context_t ctx, char *line)
}
while (!rc
&& opt_check
&& check_passphrase_constraints (ctrl, response));
&& check_passphrase_constraints (ctrl, response, 0));
if (!rc)
{