diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-07-28 21:27:02 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-07-28 21:27:02 +0300 |
commit | bd4e28950d8141a8dd82da26e5ea6336437bd09c (patch) | |
tree | 5c1a7a95115b93b4c99a0b9fe4ce568017621dcc /eap_example | |
parent | 598a792d8cd822fc0c7ac7d7be58cbf66d22e83c (diff) | |
download | external_wpa_supplicant_8_ti-bd4e28950d8141a8dd82da26e5ea6336437bd09c.zip external_wpa_supplicant_8_ti-bd4e28950d8141a8dd82da26e5ea6336437bd09c.tar.gz external_wpa_supplicant_8_ti-bd4e28950d8141a8dd82da26e5ea6336437bd09c.tar.bz2 |
Crypto build cleanup: remove INTERNAL_MD4
In addition, rename md4.c to md4-internal.c to match in style with
SHA-1 conditionally built internal implementation.
Diffstat (limited to 'eap_example')
-rw-r--r-- | eap_example/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eap_example/Makefile b/eap_example/Makefile index 2abe171..80cd003 100644 --- a/eap_example/Makefile +++ b/eap_example/Makefile @@ -33,7 +33,7 @@ OBJS_both += ../src/utils/base64.o OBJS_both += ../src/utils/wpabuf.o OBJS_both += ../src/crypto/md5.o OBJS_both += ../src/crypto/rc4.o -OBJS_both += ../src/crypto/md4.o +OBJS_both += ../src/crypto/md4-internal.o OBJS_both += ../src/crypto/sha1.o OBJS_both += ../src/crypto/aes_wrap.o OBJS_both += ../src/crypto/ms_funcs.o @@ -126,7 +126,6 @@ CFLAGS += -DCONFIG_CRYPTO_INTERNAL CFLAGS += -DCONFIG_INTERNAL_X509 CONFIG_INTERNAL_SHA256=y CFLAGS += -DINTERNAL_MD5 -CFLAGS += -DINTERNAL_MD4 ifdef CONFIG_INTERNAL_LIBTOMMATH CFLAGS += -DCONFIG_INTERNAL_LIBTOMMATH else |