diff options
author | NIIBE Yutaka <[email protected]> | 2011-11-29 08:56:22 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2011-11-29 08:56:22 +0000 |
commit | 5a62b0d6ee7cecc2e41a429ccc586a1a129e1b04 (patch) | |
tree | ef9b661d1de1d0737447ee4b31e1baaacaf4e814 /scd/apdu.h | |
parent | PC/SC pinpad support (pinpad input for modify pass phrase). (diff) | |
download | gnupg-5a62b0d6ee7cecc2e41a429ccc586a1a129e1b04.tar.gz gnupg-5a62b0d6ee7cecc2e41a429ccc586a1a129e1b04.zip |
PC/SC pinpad support (pinpad input for modify pass phrase with resetcode, by admin).
Diffstat (limited to 'scd/apdu.h')
-rw-r--r-- | scd/apdu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scd/apdu.h b/scd/apdu.h index e5b4c0878..ac1eeeb3b 100644 --- a/scd/apdu.h +++ b/scd/apdu.h @@ -123,10 +123,6 @@ int apdu_keypad_modify (int slot, int class, int ins, int p0, int p1, int apdu_send_simple (int slot, int extended_mode, int class, int ins, int p0, int p1, int lc, const char *data); -int apdu_send_simple_kp (int slot, int class, int ins, int p0, int p1, - int lc, const char *data, - int pin_mode, - int pinlen_min, int pinlen_max, int pin_padlen); int apdu_send (int slot, int extended_mode, int class, int ins, int p0, int p1, int lc, const char *data, unsigned char **retbuf, size_t *retbuflen); |