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:
parent
58bab1a878
commit
fb1c8978f5
3 changed files with 7 additions and 16 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue