diff options
author | Werner Koch <[email protected]> | 2005-09-06 18:42:13 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-09-06 18:42:13 +0000 |
commit | d9d2d3da9152ed52abb73bd39311c6b0e01450e3 (patch) | |
tree | b850b44b31c20642a4c94b045d1b24bad61ec347 /scd/command.c | |
parent | Changed license of this parser to LPGL. (diff) | |
download | gnupg-d9d2d3da9152ed52abb73bd39311c6b0e01450e3.tar.gz gnupg-d9d2d3da9152ed52abb73bd39311c6b0e01450e3.zip |
The BELPIC card does now work.
Diffstat (limited to 'scd/command.c')
-rw-r--r-- | scd/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/command.c b/scd/command.c index 52a86871e..d556822a2 100644 --- a/scd/command.c +++ b/scd/command.c @@ -667,7 +667,7 @@ pin_cb (void *opaque, const char *info, char **retstr) return gpg_error (gpg_err_code_from_errno (errno)); /* Fixme: Write an inquire function which returns the result in - secure memory and check all futher handling of the PIN. */ + secure memory and check all further handling of the PIN. */ rc = assuan_inquire (ctx, command, &value, &valuelen, MAXLEN_PIN); free (command); if (rc) |