diff options
author | Werner Koch <wk@gnupg.org> | 2003-10-02 12:27:34 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-10-02 12:27:34 +0200 |
commit | f194ebc782424053896734699c2fc70b5ff0f14a (patch) | |
tree | 1d3c6facb5cac6bd8497c2072ef84f5a580bea2b /scd/iso7816.h | |
parent | * command.c (cmd_getattr): New command GETATTR. (diff) | |
download | gnupg2-f194ebc782424053896734699c2fc70b5ff0f14a.tar.xz gnupg2-f194ebc782424053896734699c2fc70b5ff0f14a.zip |
Fixes to make inclusion of card raleted source files into 1.3 easier.
Diffstat (limited to 'scd/iso7816.h')
-rw-r--r-- | scd/iso7816.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scd/iso7816.h b/scd/iso7816.h index d7e77a101..26b8d6aba 100644 --- a/scd/iso7816.h +++ b/scd/iso7816.h @@ -21,6 +21,10 @@ #ifndef ISO7816_H #define ISO7816_H +#if GNUPG_MAJOR_VERSION == 1 +#include "cardglue.h" +#endif + gpg_error_t iso7816_select_application (int slot, const char *aid, size_t aidlen); gpg_error_t iso7816_verify (int slot, |