diff options
author | NIIBE Yutaka <[email protected]> | 2011-11-29 02:59:32 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2011-11-29 02:59:32 +0000 |
commit | 57d4f7fae13810f4daed266139c33057de38d114 (patch) | |
tree | 94d11793e0fc3f275922651726696d383738565a /scd/iso7816.h | |
parent | Add build script to build all components in one run. (diff) | |
download | gnupg-57d4f7fae13810f4daed266139c33057de38d114.tar.gz gnupg-57d4f7fae13810f4daed266139c33057de38d114.zip |
PC/SC pinpad support (pinpad input for modify pass phrase).
Diffstat (limited to 'scd/iso7816.h')
-rw-r--r-- | scd/iso7816.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scd/iso7816.h b/scd/iso7816.h index 58e81d458..5b99e869b 100644 --- a/scd/iso7816.h +++ b/scd/iso7816.h @@ -68,9 +68,7 @@ gpg_error_t iso7816_change_reference_data (int slot, int chvno, const char *oldchv, size_t oldchvlen, const char *newchv, size_t newchvlen); gpg_error_t iso7816_change_reference_data_kp (int slot, int chvno, - const char *oldchv, size_t oldchvlen, - const char *newchv, size_t newchvlen, - iso7816_pininfo_t *pininfo); + iso7816_pininfo_t *pininfo); gpg_error_t iso7816_reset_retry_counter (int slot, int chvno, const char *newchv, size_t newchvlen); gpg_error_t iso7816_reset_retry_counter_kp (int slot, int chvno, |