diff options
author | Werner Koch <wk@gnupg.org> | 2008-09-23 11:57:45 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-09-23 11:57:45 +0200 |
commit | f899b9683b7123b7bacd5de91fb49fd2412b9116 (patch) | |
tree | b6b89477ec7016c1d9902442db6a98e980d49a5f /scd/iso7816.h | |
parent | * keyserver.c (keyserver_import_cert): Allow keyserver URLs in (diff) | |
download | gnupg2-f899b9683b7123b7bacd5de91fb49fd2412b9116.tar.xz gnupg2-f899b9683b7123b7bacd5de91fb49fd2412b9116.zip |
Support the Certifciate DO of the v2 OpenPGP 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 ebc121afc..19568184d 100644 --- a/scd/iso7816.h +++ b/scd/iso7816.h @@ -79,7 +79,7 @@ gpg_error_t iso7816_reset_retry_counter_kp (int slot, int chvno, iso7816_pininfo_t *pininfo); gpg_error_t iso7816_get_data (int slot, int tag, unsigned char **result, size_t *resultlen); -gpg_error_t iso7816_put_data (int slot, int tag, +gpg_error_t iso7816_put_data (int slot, int extended_mode, int tag, const unsigned char *data, size_t datalen); gpg_error_t iso7816_manage_security_env (int slot, int p1, int p2, const unsigned char *data, |