summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/x509/Makefile')
-rw-r--r--src/regress/lib/libcrypto/x509/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/x509/Makefile b/src/regress/lib/libcrypto/x509/Makefile
index 4635d63ed0..a465b37874 100644
--- a/src/regress/lib/libcrypto/x509/Makefile
+++ b/src/regress/lib/libcrypto/x509/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.14 2022/06/28 07:56:34 beck Exp $ 1# $OpenBSD: Makefile,v 1.15 2022/11/11 12:02:34 beck Exp $
2 2
3PROGS = constraints verify x509attribute x509name x509req_ext callback 3PROGS = constraints verify x509attribute x509name x509req_ext callback
4PROGS += expirecallback callbackfailures 4PROGS += expirecallback callbackfailures
@@ -10,6 +10,7 @@ LDADD_verify = ${CRYPTO_INT}
10 10
11WARNINGS = Yes 11WARNINGS = Yes
12CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509 12CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509
13CFLAGS += -I$(BSDSRCDIR)/lib/libcrypto/bytestring
13 14
14SUBDIR += bettertls rfc3779 15SUBDIR += bettertls rfc3779
15 16