summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2021-12-24 03:01:23 +0000
committertb <>2021-12-24 03:01:23 +0000
commit89812fbfdbe62c35ba9f1757f20b4deb10d956fa (patch)
tree79c150b93a232cbe8c7777dba8122c548910b8d8 /src
parente9b5d4af374b8c6dcad775059c5243b684e88357 (diff)
downloadopenbsd-89812fbfdbe62c35ba9f1757f20b4deb10d956fa.tar.gz
openbsd-89812fbfdbe62c35ba9f1757f20b4deb10d956fa.tar.bz2
openbsd-89812fbfdbe62c35ba9f1757f20b4deb10d956fa.zip
link rfc3779 test to build
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/x509/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/x509/Makefile b/src/regress/lib/libcrypto/x509/Makefile
index 1df8b13cbc..9981858eb7 100644
--- a/src/regress/lib/libcrypto/x509/Makefile
+++ b/src/regress/lib/libcrypto/x509/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.9 2021/11/03 13:08:57 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.10 2021/12/24 03:01:23 tb Exp $
2 2
3PROGS = constraints verify x509attribute x509name x509req_ext callback 3PROGS = constraints verify x509attribute x509name x509req_ext callback
4LDADD= -Wl,-Bstatic -lcrypto -Wl,-Bdynamic 4LDADD= -Wl,-Bstatic -lcrypto -Wl,-Bdynamic
@@ -6,7 +6,7 @@ DPADD= ${LIBCRYPTO}
6WARNINGS= Yes 6WARNINGS= Yes
7CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509 7CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509
8 8
9SUBDIR += bettertls 9SUBDIR += bettertls rfc3779
10 10
11REGRESS_TARGETS += regress-verify 11REGRESS_TARGETS += regress-verify
12REGRESS_TARGETS += regress-constraints 12REGRESS_TARGETS += regress-constraints