From 89812fbfdbe62c35ba9f1757f20b4deb10d956fa Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 24 Dec 2021 03:01:23 +0000 Subject: link rfc3779 test to build --- src/regress/lib/libcrypto/x509/Makefile | 4 ++-- 1 file 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 @@ -# $OpenBSD: Makefile,v 1.9 2021/11/03 13:08:57 schwarze Exp $ +# $OpenBSD: Makefile,v 1.10 2021/12/24 03:01:23 tb Exp $ PROGS = constraints verify x509attribute x509name x509req_ext callback LDADD= -Wl,-Bstatic -lcrypto -Wl,-Bdynamic @@ -6,7 +6,7 @@ DPADD= ${LIBCRYPTO} WARNINGS= Yes CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509 -SUBDIR += bettertls +SUBDIR += bettertls rfc3779 REGRESS_TARGETS += regress-verify REGRESS_TARGETS += regress-constraints -- cgit v1.2.3-55-g6feb