From: Jouni Malinen Date: Sun, 6 Dec 2009 15:57:23 +0000 (+0200) Subject: Remove forgotten asn1_test build target X-Git-Tag: hostap_0_7_1~389 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b282c3951be7a461f3f83aee98f9197c5290cf4;p=thirdparty%2Fhostap.git Remove forgotten asn1_test build target This is now in tests/Makefile. --- diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index 2b0bfd72d..266644e9e 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -1240,12 +1240,6 @@ link_test: $(OBJS) $(OBJS_h) tests/link_test.o test_wpa: $(OBJS_wpa) $(OBJS_h) $(LDO) $(LDFLAGS) -o test_wpa $(OBJS_wpa) $(LIBS) -OBJSa=../src/tls/asn1_test.o ../src/tls/asn1.o ../src/tls/x509v3.o ../src/utils/common.o ../src/utils/wpa_debug.o ../src/utils/os_unix.o \ - ../src/crypto/crypto_$(CONFIG_CRYPTO).o $(MD5OBJS) $(SHA1OBSJ) \ - ../src/crypto/rc4.o $(DESOBJS) $(AESOBJS) ../src/tls/bignum.o ../src/tls/rsa.o -asn1_test: $(OBJSa) - $(LDO) $(LDFLAGS) -o asn1_test $(OBJSa) - OBJSx=tests/test_x509v3.o ../src/tls/asn1.o ../src/tls/x509v3.o \ ../src/utils/common.o ../src/utils/wpa_debug.o ../src/utils/os_unix.o \ ../src/crypto/crypto_$(CONFIG_CRYPTO).o \