Crypto build cleanup: remove INTERNAL_MD5
Instead of using a define and conditional building of md5.c parts, move the internal-MD5 into a separate file.
This commit is contained in:
parent
bd4e28950d
commit
ad01a5315e
8 changed files with 327 additions and 311 deletions
|
@ -51,7 +51,6 @@
|
|||
#define CONFIG_TLS_INTERNAL
|
||||
#define CONFIG_TLS_INTERNAL_CLIENT
|
||||
#define CONFIG_INTERNAL_LIBTOMMATH
|
||||
#define INTERNAL_MD5
|
||||
#define CONFIG_INTERNAL_X509
|
||||
#define CONFIG_CRYPTO_INTERNAL
|
||||
#endif /* USE_INTERNAL_CRYPTO */
|
||||
|
@ -64,7 +63,6 @@
|
|||
#define CONFIG_NO_HOSTAPD_LOGGER
|
||||
#define CONFIG_NO_STDOUT_DEBUG
|
||||
#define CONFIG_BACKEND_FILE
|
||||
#define INTERNAL_MD5
|
||||
#define CONFIG_INTERNAL_LIBTOMMATH
|
||||
#define CONFIG_INTERNAL_X509
|
||||
#define EAP_TLS_FUNCS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue