diff options
author | Werner Koch <[email protected]> | 2003-07-01 08:34:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-07-01 08:34:45 +0000 |
commit | 39046ea7ec221efa9db946230ddc9fb3e65d19ab (patch) | |
tree | aa251dc190129aef89d82597f7ffb53ba6486fc9 /g10/call-agent.h | |
parent | Key generation and signing using the OpenPGP card does rudimentary work. (diff) | |
download | gnupg-39046ea7ec221efa9db946230ddc9fb3e65d19ab.tar.gz gnupg-39046ea7ec221efa9db946230ddc9fb3e65d19ab.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 '')
-rw-r--r-- | g10/call-agent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/call-agent.h b/g10/call-agent.h index c620268f2..2169a5319 100644 --- a/g10/call-agent.h +++ b/g10/call-agent.h @@ -23,6 +23,7 @@ struct agent_card_info_s { int error; /* private. */ + char *serialno; /* malloced hex string. */ char *disp_name; /* malloced. */ char *pubkey_url; /* malloced. */ char fpr1valid; |