summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-18 15:13:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-18 15:13:55 +0000
commitd88926f1815d79c800e4cf11ecee8e43f3a7ad1f (patch)
tree75522b25e26843fbb6bb002ad684c062821153b1 /crypto/x509v3/Makefile
parent24f77b34d574cb02bdd8e2f37a8c12965ddd2a1f (diff)
PR: 2909
Contributed by: Florian Weimer <fweimer@redhat.com> Fixes to X509 hostname and email address checking. Wildcard matching support. New test program and manual page.
Diffstat (limited to 'crypto/x509v3/Makefile')
-rw-r--r--crypto/x509v3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/Makefile b/crypto/x509v3/Makefile
index 07e2df4368..b54f540a35 100644
--- a/crypto/x509v3/Makefile
+++ b/crypto/x509v3/Makefile
@@ -13,7 +13,7 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile README
-TEST=
+TEST=v3nametest.c
APPS=
LIB=$(TOP)/libcrypto.a