diff options
author | Werner Koch <wk@gnupg.org> | 2009-05-13 19:12:00 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-05-13 19:12:00 +0200 |
commit | 5e208460a1489f89a5c0e48f00a24448665b8f4a (patch) | |
tree | 67fcecd196a5d03c0d8baf7c3df4c9c241f79f22 /scd/apdu.h | |
parent | Print keyid in gpg --list-packets. (diff) | |
download | gnupg2-5e208460a1489f89a5c0e48f00a24448665b8f4a.tar.xz gnupg2-5e208460a1489f89a5c0e48f00a24448665b8f4a.zip |
Improved smartcard robustness.
Diffstat (limited to 'scd/apdu.h')
-rw-r--r-- | scd/apdu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/apdu.h b/scd/apdu.h index 2a932df38..3261fa6b9 100644 --- a/scd/apdu.h +++ b/scd/apdu.h @@ -125,7 +125,7 @@ int apdu_send_le (int slot, int extended_mode, int class, int ins, int p0, int p1, int lc, const char *data, int le, unsigned char **retbuf, size_t *retbuflen); -int apdu_send_direct (int slot, int extended_mode, +int apdu_send_direct (int slot, size_t extended_length, const unsigned char *apdudata, size_t apdudatalen, int handle_more, unsigned char **retbuf, size_t *retbuflen); |