summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/asn1/Makefile')
-rw-r--r--src/regress/lib/libcrypto/asn1/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile
index 17817514ac..307c8b6928 100644
--- a/src/regress/lib/libcrypto/asn1/Makefile
+++ b/src/regress/lib/libcrypto/asn1/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.13 2022/01/12 07:55:25 tb Exp $ 1# $OpenBSD: Makefile,v 1.14 2022/01/12 08:45:09 tb Exp $
2 2
3PROGS = \ 3PROGS = \
4 asn1api \ 4 asn1api \
@@ -14,11 +14,13 @@ PROGS = \
14DPADD+= ${LIBCRYPTO} ${LIBSSL} 14DPADD+= ${LIBCRYPTO} ${LIBSSL}
15WARNINGS= Yes 15WARNINGS= Yes
16LDFLAGS+= -lcrypto 16LDFLAGS+= -lcrypto
17CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror 17CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL
18CFLAGS+= -Wall -Wundef -Werror
18CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/asn1 19CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/asn1
19CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring 20CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring
20 21
21LDADD_asn1basic = ${CRYPTO_INT} 22LDADD_asn1basic = ${CRYPTO_INT}
23LDADD_asn1x509 = ${CRYPTO_INT} # XXX Remove after bump
22 24
23.for p in ${PROGS} 25.for p in ${PROGS}
24REGRESS_TARGETS += run-$p 26REGRESS_TARGETS += run-$p