aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-04-11 16:20:10 +0000
committerWerner Koch <[email protected]>2005-04-11 16:20:10 +0000
commit6b002f06026b5555aabb84c194e3f4aa1f8692b2 (patch)
treec7f5d8f4f2f28e9c7fe70714109d97e2476537e1 /scd/app.c
parent* sexputil.c: New. (diff)
downloadgnupg-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app.c b/scd/app.c
index 0625dc8ef..e035e9b89 100644
--- a/scd/app.c
+++ b/scd/app.c
@@ -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,