diff options
author | Werner Koch <wk@gnupg.org> | 2009-03-30 14:46:06 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-03-30 14:46:06 +0200 |
commit | 98e1a75e205b15da1da1bdf34f462a8acdc85ac9 (patch) | |
tree | 918647b1740329a1223f83c7edca539d96e9641f /scd/iso7816.h | |
parent | Signing using Netkey 3 cards does now work. (diff) | |
download | gnupg2-98e1a75e205b15da1da1bdf34f462a8acdc85ac9.tar.xz gnupg2-98e1a75e205b15da1da1bdf34f462a8acdc85ac9.zip |
Implement decryption for TCOS 3 cards.
Diffstat (limited to 'scd/iso7816.h')
-rw-r--r-- | scd/iso7816.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/iso7816.h b/scd/iso7816.h index 6c0485d0c..44e50d784 100644 --- a/scd/iso7816.h +++ b/scd/iso7816.h @@ -96,7 +96,7 @@ gpg_error_t iso7816_manage_security_env (int slot, int p1, int p2, gpg_error_t iso7816_compute_ds (int slot, const unsigned char *data, size_t datalen, unsigned char **result, size_t *resultlen); -gpg_error_t iso7816_decipher (int slot, +gpg_error_t iso7816_decipher (int slot, int extended_mode, const unsigned char *data, size_t datalen, int padind, unsigned char **result, size_t *resultlen); |