diff options
Diffstat (limited to 'src/regress/lib/libcrypto/x509/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/x509/Makefile | 3 |
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 | ||
3 | PROGS = constraints verify x509attribute x509name x509req_ext callback | 3 | PROGS = constraints verify x509attribute x509name x509req_ext callback |
4 | PROGS += expirecallback callbackfailures | 4 | PROGS += expirecallback callbackfailures |
@@ -10,6 +10,7 @@ LDADD_verify = ${CRYPTO_INT} | |||
10 | 10 | ||
11 | WARNINGS = Yes | 11 | WARNINGS = Yes |
12 | CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509 | 12 | CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509 |
13 | CFLAGS += -I$(BSDSRCDIR)/lib/libcrypto/bytestring | ||
13 | 14 | ||
14 | SUBDIR += bettertls rfc3779 | 15 | SUBDIR += bettertls rfc3779 |
15 | 16 | ||