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

* query.c (agent_askpin): Provide the default desc text depending

on the pininfo.  Do the basic PIN verification only when
min_digist is set.
This commit is contained in:
Werner Koch 2002-08-22 09:47:39 +00:00
parent b8a7c191de
commit 26f4dbc64b
3 changed files with 14 additions and 5 deletions

View file

@ -732,7 +732,7 @@ handle_signal (int signo)
cleanup ();
agent_exit (0);
}
break;
break;
case SIGINT:
log_info ("SIGINT received - immediate shutdown\n");