Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 defines
This commit is contained in:
parent
be473f3f09
commit
1a70777868
6 changed files with 2 additions and 71 deletions
|
@ -49,7 +49,6 @@
|
|||
#ifdef USE_INTERNAL_CRYPTO
|
||||
#define CONFIG_TLS_INTERNAL_CLIENT
|
||||
#define CONFIG_INTERNAL_LIBTOMMATH
|
||||
#define CONFIG_INTERNAL_X509
|
||||
#define CONFIG_CRYPTO_INTERNAL
|
||||
#endif /* USE_INTERNAL_CRYPTO */
|
||||
#endif /* CONFIG_WIN32_DEFAULTS */
|
||||
|
@ -62,7 +61,6 @@
|
|||
#define CONFIG_NO_STDOUT_DEBUG
|
||||
#define CONFIG_BACKEND_FILE
|
||||
#define CONFIG_INTERNAL_LIBTOMMATH
|
||||
#define CONFIG_INTERNAL_X509
|
||||
#define CONFIG_CRYPTO_INTERNAL
|
||||
#define IEEE8021X_EAPOL
|
||||
#define PKCS12_FUNCS
|
||||
|
@ -100,7 +98,6 @@
|
|||
#ifdef USE_INTERNAL_CRYPTO
|
||||
#define CONFIG_TLS_INTERNAL_CLIENT
|
||||
#define CONFIG_INTERNAL_LIBTOMMATH
|
||||
#define CONFIG_INTERNAL_X509
|
||||
#define CONFIG_CRYPTO_INTERNAL
|
||||
#endif /* USE_INTERNAL_CRYPTO */
|
||||
#endif /* CONFIG_XCODE_DEFAULTS */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue