aboutsummaryrefslogtreecommitdiffstats
path: root/scd/command.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-07-01 08:34:45 +0000
committerWerner Koch <[email protected]>2003-07-01 08:34:45 +0000
commitd1165b213285e4ffa8b12b6a17c9c0b805152aeb (patch)
tree566a0042e2bc9bf1fde00a0c0569373570404ed5 /scd/command.c
parentKey generation and signing using the OpenPGP card does rudimentary work. (diff)
downloadgnupg-d1165b213285e4ffa8b12b6a17c9c0b805152aeb.tar.gz
gnupg-d1165b213285e4ffa8b12b6a17c9c0b805152aeb.zip
* app-openpgp.c (store_fpr): Fixed fingerprint calculation.
* keygen.c (gen_card_key): Obviously we should use the creation date received from SCDAEMON, so that the fingerprints will match. * sign.c (do_sign): Pass the serialno to the sign code. * keyid.c (serialno_and_fpr_from_sk): New.
Diffstat (limited to 'scd/command.c')
-rw-r--r--scd/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/command.c b/scd/command.c
index 9f164f28e..45ce7b33d 100644
--- a/scd/command.c
+++ b/scd/command.c
@@ -154,7 +154,7 @@ percent_plus_unescape (unsigned char *string)
Background: We want to keep the client clear of handling card
changes between operations; i.e. the client can assume that all
- operations are done on the same card unless he call this function.
+ operations are done on the same card unless he calls this function.
*/
static int
cmd_serialno (ASSUAN_CONTEXT ctx, char *line)