From d1165b213285e4ffa8b12b6a17c9c0b805152aeb Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 1 Jul 2003 08:34:45 +0000 Subject: * 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. --- scd/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scd/command.c') 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) -- cgit