diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-07-28 21:36:13 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-07-28 21:36:13 +0300 |
commit | ad01a5315e6b23c8bc31d65a3f192f41d7a8595b (patch) | |
tree | 0b3322b351f19c5141d6cb816da6205da0fd3a15 /radius_example | |
parent | bd4e28950d8141a8dd82da26e5ea6336437bd09c (diff) | |
download | external_wpa_supplicant_8_ti-ad01a5315e6b23c8bc31d65a3f192f41d7a8595b.zip external_wpa_supplicant_8_ti-ad01a5315e6b23c8bc31d65a3f192f41d7a8595b.tar.gz external_wpa_supplicant_8_ti-ad01a5315e6b23c8bc31d65a3f192f41d7a8595b.tar.bz2 |
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.
Diffstat (limited to 'radius_example')
-rw-r--r-- | radius_example/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/radius_example/Makefile b/radius_example/Makefile index 5bdf8dd..fe8ce0c 100644 --- a/radius_example/Makefile +++ b/radius_example/Makefile @@ -20,8 +20,7 @@ OBJS += ../src/utils/os_unix.o OBJS += ../src/utils/wpa_debug.o OBJS += ../src/utils/eloop.o OBJS += ../src/utils/ip_addr.o -OBJS += ../src/crypto/md5.o -CFLAGS += -DINTERNAL_MD5 +OBJS += ../src/crypto/md5.o ../src/crypto/md5-internal.o OBJS += ../src/radius/radius.o OBJS += ../src/radius/radius_client.o |