diff options
-rw-r--r-- | src/regress/lib/libcrypto/x509/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/x509/Makefile b/src/regress/lib/libcrypto/x509/Makefile index 5a90facb2d..80879f6e3c 100644 --- a/src/regress/lib/libcrypto/x509/Makefile +++ b/src/regress/lib/libcrypto/x509/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.22 2024/05/28 15:33:35 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.23 2024/06/16 17:57:08 tb 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 x509_asn1 x509_extensions_test | 4 | PROGS += expirecallback callbackfailures x509_asn1 x509_extensions_test |
@@ -11,7 +11,7 @@ LDADD_verify = ${CRYPTO_INT} | |||
11 | WARNINGS = Yes | 11 | WARNINGS = Yes |
12 | CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror | 12 | CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror |
13 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509 | 13 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509 |
14 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring | 14 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring |
15 | 15 | ||
16 | SUBDIR += bettertls policy rfc3779 | 16 | SUBDIR += bettertls policy rfc3779 |
17 | 17 | ||