diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-07-28 20:47:04 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-07-28 20:47:04 +0300 |
commit | 928a50a35574a8c771e77146a1d490546e27a4c9 (patch) | |
tree | 11b1c13c332b83c659c32e78750ae1d283babe65 /src/utils | |
parent | 602606091b62a64017f91b33b0527a4948a21a71 (diff) | |
download | external_wpa_supplicant_8_ti-928a50a35574a8c771e77146a1d490546e27a4c9.zip external_wpa_supplicant_8_ti-928a50a35574a8c771e77146a1d490546e27a4c9.tar.gz external_wpa_supplicant_8_ti-928a50a35574a8c771e77146a1d490546e27a4c9.tar.bz2 |
Crypto build cleanup: remove INTERNAL_SHA1
Instead of using a define and conditional building of sha1.c parts,
move the internal-SHA-1 into a separate file.
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/build_config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/build_config.h b/src/utils/build_config.h index 1e147fe..4211c04 100644 --- a/src/utils/build_config.h +++ b/src/utils/build_config.h @@ -52,7 +52,6 @@ #define CONFIG_TLS_INTERNAL_CLIENT #define CONFIG_INTERNAL_LIBTOMMATH #define INTERNAL_AES -#define INTERNAL_SHA1 #define INTERNAL_SHA256 #define INTERNAL_MD5 #define INTERNAL_MD4 @@ -70,7 +69,6 @@ #define CONFIG_NO_STDOUT_DEBUG #define CONFIG_BACKEND_FILE #define INTERNAL_AES -#define INTERNAL_SHA1 #define INTERNAL_MD5 #define INTERNAL_MD4 #define INTERNAL_DES |