diff options
Diffstat (limited to 'scd/sc-copykeys.c')
-rw-r--r-- | scd/sc-copykeys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/sc-copykeys.c b/scd/sc-copykeys.c index 395b4625a..acb3e2d2a 100644 --- a/scd/sc-copykeys.c +++ b/scd/sc-copykeys.c @@ -491,7 +491,7 @@ pincb (void *arg, const char *prompt, char **pinvalue) /* pin = simple_pwquery (NULL, NULL, prompt, */ /* "We need the admin's PIN to store the key on the card", */ -/* NULL); */ +/* 0, NULL); */ /* if (!pin) */ /* return gpg_error (GPG_ERR_CANCELED); */ |