diff options
author | Werner Koch <wk@gnupg.org> | 2008-09-25 12:06:02 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-09-25 12:06:02 +0200 |
commit | 96f16f736e97992c985f01c5e93bf825fdcd5707 (patch) | |
tree | 2db9d0ade98d7ca89ffb8aa17e65a0cb6bf2c8e4 /g10/call-agent.h | |
parent | * pkclist.c (select_algo_from_prefs): Redo function to rank prefs and (diff) | |
download | gnupg2-96f16f736e97992c985f01c5e93bf825fdcd5707.tar.xz gnupg2-96f16f736e97992c985f01c5e93bf825fdcd5707.zip |
Finished support for v2 cards with the exception of secure messaging.
Diffstat (limited to 'g10/call-agent.h')
-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 63b460a90..ee69793fa 100644 --- a/g10/call-agent.h +++ b/g10/call-agent.h @@ -49,6 +49,7 @@ struct agent_card_info_s int chv1_cached; /* True if a PIN is not required for each signing. Note that the gpg-agent might cache it anyway. */ + int is_v2; /* True if this is a v2 card. */ int chvmaxlen[3]; /* Maximum allowed length of a CHV. */ int chvretry[3]; /* Allowed retries for the CHV; 0 = blocked. */ }; |