diff options
author | Werner Koch <[email protected]> | 2005-04-11 16:20:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-04-11 16:20:10 +0000 |
commit | 6b002f06026b5555aabb84c194e3f4aa1f8692b2 (patch) | |
tree | c7f5d8f4f2f28e9c7fe70714109d97e2476537e1 /scd/app.c | |
parent | * sexputil.c: New. (diff) | |
download | gnupg-6b002f06026b5555aabb84c194e3f4aa1f8692b2.tar.gz gnupg-6b002f06026b5555aabb84c194e3f4aa1f8692b2.zip |
* app-openpgp.c (do_check_pin): Add hack to allow verification of
CHV3.
(get_public_key): Don't use gcry functions to create S-expressions.
(do_deinit, do_readkey, do_genkey, send_keypair_info): Adjust for
above change.
Diffstat (limited to '')
-rw-r--r-- | scd/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -489,7 +489,7 @@ app_change_pin (APP app, CTRL ctrl, const char *chvnostr, int reset_mode, /* Perform a VERIFY operation without doing anything lese. This may - be used to initialze a the PION cache for long lasting other + be used to initialze a the PIN cache for long lasting other operations. Its use is highly application dependent. */ int app_check_pin (APP app, const char *keyidstr, |