diff options
author | Jouni Malinen <j@w1.fi> | 2009-12-05 21:27:19 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-12-05 21:27:19 +0200 |
commit | be916e0012c7b3fae398440b965f6c51bac9bf91 (patch) | |
tree | 20ee0795397752bafee7162f4a3b69c8b8d2af0c | |
parent | 953f83439b2f0f22e0a0182de9e9fbc42ce09d13 (diff) | |
download | external_wpa_supplicant_8_ti-be916e0012c7b3fae398440b965f6c51bac9bf91.zip external_wpa_supplicant_8_ti-be916e0012c7b3fae398440b965f6c51bac9bf91.tar.gz external_wpa_supplicant_8_ti-be916e0012c7b3fae398440b965f6c51bac9bf91.tar.bz2 |
Remove Milenage test from hostapd/Makefile
-rw-r--r-- | hostapd/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/hostapd/Makefile b/hostapd/Makefile index 5ca6553..ddaf618 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -739,21 +739,4 @@ clean: rm -f core *~ *.o hostapd hostapd_cli nt_password_hash hlr_auc_gw rm -f *.d -TEST_SRC_MILENAGE = ../src/hlr_auc_gw/milenage.c ../src/crypto/aes-internal.c ../src/crypto/aes-internal-dec.c \ - ../src/crypto/aes-cbc.c \ - ../src/crypto/aes-ctr.c \ - ../src/crypto/aes-eax.c \ - ../src/crypto/aes-encblock.c \ - ../src/crypto/aes-internal-enc.c \ - ../src/crypto/aes-omac1.c \ - ../src/crypto/aes-unwrap.c \ - ../src/crypto/aes-wrap.c \ - ../src/utils/common.c ../src/utils/wpa_debug.o ../src/utils/os_$(CONFIG_OS).c -test-milenage: $(TEST_SRC_MILENAGE) - $(CC) $(LDFLAGS) -o test-milenage -Wall -Werror $(TEST_SRC_MILENAGE) \ - -DTEST_MAIN_MILENAGE -I. \ - -I../src/crypto -I../src/utils - ./test-milenage - rm test-milenage - -include $(OBJS:%.o=%.d) |