tests: Remove obsolete ASN.1 parser/fuzzer

tests/fuzzing/asn1 replaced this more than a year ago, so get rid of the
now obsolete version.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
Jouni Malinen 2020-10-12 21:23:02 +03:00 committed by Jouni Malinen
parent 0db20eacaa
commit 0167a2d165
2 changed files with 1 additions and 199 deletions

View file

@ -1,7 +1,7 @@
ALL=test-base64 test-md4 test-milenage \
test-rsa-sig-ver \
test-sha1 \
test-sha256 test-aes test-asn1 test-x509v3 test-list test-rc4
test-sha256 test-aes test-x509v3 test-list test-rc4
include ../src/build.rules
@ -58,9 +58,6 @@ LLIBS += -lrt
test-aes: $(call BUILDOBJ,test-aes.o) $(LIBS)
$(LDO) $(LDFLAGS) -o $@ $^ $(LLIBS)
test-asn1: $(call BUILDOBJ,test-asn1.o) $(LIBS)
$(LDO) $(LDFLAGS) -o $@ $^ $(LLIBS)
test-base64: $(call BUILDOBJ,test-base64.o) $(LIBS)
$(LDO) $(LDFLAGS) -o $@ $^ $(LLIBS)