diff options
author | Werner Koch <[email protected]> | 2019-07-12 10:49:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-07-12 11:39:47 +0000 |
commit | fb1c8978f57b8f92e2ea9d10afc1d133656c9706 (patch) | |
tree | a1578697779f9014f356d5b3e582f513424574a2 /scd/iso7816.c | |
parent | doc: Dependencies for figures are only for maintainers. (diff) | |
download | gnupg-fb1c8978f57b8f92e2ea9d10afc1d133656c9706.tar.gz gnupg-fb1c8978f57b8f92e2ea9d10afc1d133656c9706.zip |
scd: Remove useless GNUPG_SCD_MAIN_HEADER macro.
* scd/apdu.c (): Remove never set and useless macro.
* scd/ccid-driver.c: Ditto.
* scd/iso7816.c: Ditto.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'scd/iso7816.c')
-rw-r--r-- | scd/iso7816.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scd/iso7816.c b/scd/iso7816.c index b09354f16..954aa3d4a 100644 --- a/scd/iso7816.c +++ b/scd/iso7816.c @@ -23,11 +23,9 @@ #include <stdlib.h> #include <string.h> -#if defined(GNUPG_SCD_MAIN_HEADER) -# include GNUPG_SCD_MAIN_HEADER -#else +#if defined(GNUPG_MAJOR_VERSION) # include "scdaemon.h" -#endif /*!GNUPG_SCD_MAIN_HEADER*/ +#endif /*GNUPG_MAJOR_VERSION*/ #include "iso7816.h" #include "apdu.h" |