Remove unnecessary defines
The following defines are not really needed in most places, so remove them to clean up source code and build scripts: EAP_TLS_FUNCS EAP_TLS_OPENSSL EAP_TLS_GNUTLS CONFIG_TLS_INTERNAL
This commit is contained in:
parent
1767f7c117
commit
2d106f21aa
16 changed files with 0 additions and 50 deletions
|
@ -28,7 +28,6 @@
|
|||
#define CONFIG_ANSI_C_EXTRA
|
||||
#define CONFIG_WINPCAP
|
||||
#define IEEE8021X_EAPOL
|
||||
#define EAP_TLS_FUNCS
|
||||
#define PKCS12_FUNCS
|
||||
#define PCSC_FUNCS
|
||||
#define CONFIG_CTRL_IFACE
|
||||
|
@ -48,7 +47,6 @@
|
|||
#define _CRT_SECURE_NO_DEPRECATE
|
||||
|
||||
#ifdef USE_INTERNAL_CRYPTO
|
||||
#define CONFIG_TLS_INTERNAL
|
||||
#define CONFIG_TLS_INTERNAL_CLIENT
|
||||
#define CONFIG_INTERNAL_LIBTOMMATH
|
||||
#define CONFIG_INTERNAL_X509
|
||||
|
@ -65,8 +63,6 @@
|
|||
#define CONFIG_BACKEND_FILE
|
||||
#define CONFIG_INTERNAL_LIBTOMMATH
|
||||
#define CONFIG_INTERNAL_X509
|
||||
#define EAP_TLS_FUNCS
|
||||
#define CONFIG_TLS_INTERNAL
|
||||
#define CONFIG_CRYPTO_INTERNAL
|
||||
#define IEEE8021X_EAPOL
|
||||
#define PKCS12_FUNCS
|
||||
|
@ -85,7 +81,6 @@
|
|||
#define CONFIG_DRIVER_OSX
|
||||
#define CONFIG_BACKEND_FILE
|
||||
#define IEEE8021X_EAPOL
|
||||
#define EAP_TLS_FUNCS
|
||||
#define PKCS12_FUNCS
|
||||
#define CONFIG_CTRL_IFACE
|
||||
#define CONFIG_CTRL_IFACE_UNIX
|
||||
|
@ -103,7 +98,6 @@
|
|||
#define EAP_WSC
|
||||
|
||||
#ifdef USE_INTERNAL_CRYPTO
|
||||
#define CONFIG_TLS_INTERNAL
|
||||
#define CONFIG_TLS_INTERNAL_CLIENT
|
||||
#define CONFIG_INTERNAL_LIBTOMMATH
|
||||
#define CONFIG_INTERNAL_X509
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue