summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-19 19:25:16 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-19 19:25:16 +0000
commit9a8c8cb22ed50d830bf79640a5ee5d6b8fa0e110 (patch)
treed142d3980e4d06df2e8f735384479982d4d19050 /test
parent04aa7441abdc648e7fb3d8d20755cf0d430fd35c (diff)
downloadopenssl-new-9a8c8cb22ed50d830bf79640a5ee5d6b8fa0e110.tar.gz
stop asn1test compilation producing link errors
Diffstat (limited to 'test')
-rw-r--r--test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 3165b63de3..f64361aa99 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -443,6 +443,9 @@ $(IGETEST)$(EXE_EXT): $(IGETEST).o $(DLIBCRYPTO)
$(JPAKETEST)$(EXE_EXT): $(JPAKETEST).o $(DLIBCRYPTO)
@target=$(JPAKETEST); $(BUILD_CMD)
+$(ASN1TEST)$(EXE_EXT): $(ASN1TEST).o $(DLIBCRYPTO)
+ @target=$(ASN1TEST); $(BUILD_CMD)
+
#$(AESTEST).o: $(AESTEST).c
# $(CC) -c $(CFLAGS) -DINTERMEDIATE_VALUE_KAT -DTRACE_KAT_MCT $(AESTEST).c