summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbeck <>2022-06-28 08:41:17 +0000
committerbeck <>2022-06-28 08:41:17 +0000
commitba39ae254ff27f13827fcce35f81a71e813440a1 (patch)
tree064ce77499fe7473429ddd8df5839258e304a7ab /src
parentb88f8532734e13a9a2fcc8470d64c546b9d15ab3 (diff)
downloadopenbsd-ba39ae254ff27f13827fcce35f81a71e813440a1.tar.gz
openbsd-ba39ae254ff27f13827fcce35f81a71e813440a1.tar.bz2
openbsd-ba39ae254ff27f13827fcce35f81a71e813440a1.zip
Make this regress test link staticly and use internal symbols
so that it works and compiles during the tb@ pre-bump shuffle(tm).
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/asn1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile
index 0d62226add..d201cc1779 100644
--- a/src/regress/lib/libcrypto/asn1/Makefile
+++ b/src/regress/lib/libcrypto/asn1/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.18 2022/06/19 17:05:31 tb Exp $ 1# $OpenBSD: Makefile,v 1.19 2022/06/28 08:41:17 beck Exp $
2 2
3PROGS = \ 3PROGS = \
4 asn1api \ 4 asn1api \
@@ -16,6 +16,7 @@ PROGS = \
16DPADD+= ${LIBCRYPTO} 16DPADD+= ${LIBCRYPTO}
17WARNINGS= Yes 17WARNINGS= Yes
18LDFLAGS+= -lcrypto 18LDFLAGS+= -lcrypto
19LDADD= ${CRYPTO_INT}
19CFLAGS+= -DLIBRESSL_INTERNAL 20CFLAGS+= -DLIBRESSL_INTERNAL
20CFLAGS+= -Wall -Wundef -Werror 21CFLAGS+= -Wall -Wundef -Werror
21CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/asn1 22CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/asn1