mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Changed the scdaemon to handle concurrent sessions. Adjusted
gpg-agent accordingly. Code cleanups.
This commit is contained in:
parent
a5c4c4bf12
commit
4237a9cc7f
27 changed files with 1093 additions and 644 deletions
|
@ -483,7 +483,7 @@ query_card (APP app)
|
|||
|
||||
|
||||
/* Callback function to ask for a PIN. */
|
||||
static int
|
||||
static gpg_error_t
|
||||
pincb (void *arg, const char *prompt, char **pinvalue)
|
||||
{
|
||||
char *pin = xstrdup ("12345678");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue