1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

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 <wk@gnupg.org>
This commit is contained in:
Werner Koch 2019-07-12 12:49:12 +02:00
parent 58bab1a878
commit fb1c8978f5
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
3 changed files with 7 additions and 16 deletions

View file

@ -42,12 +42,10 @@
#include "rapdu.h"
#endif /*USE_G10CODE_RAPDU*/
#if defined(GNUPG_SCD_MAIN_HEADER)
# include GNUPG_SCD_MAIN_HEADER
#else /*!GNUPG_SCD_MAIN_HEADER*/
#if defined(GNUPG_MAJOR_VERSION)
# include "scdaemon.h"
# include "../common/exechelp.h"
#endif /*!GNUPG_SCD_MAIN_HEADER*/
#endif /*GNUPG_MAJOR_VERSION*/
#include "../common/host2net.h"