summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-04-25 15:29:17 +0000
committertb <>2023-04-25 15:29:17 +0000
commitef61ceedfd430ca7ea41d394bf3e1eb4735f0735 (patch)
tree9fe8ac7d95e3a2bfec1ba174db1f49da2154ea6f
parent90831910ceae91e1ec4fd12de38835f8ec56dc98 (diff)
downloadopenbsd-ef61ceedfd430ca7ea41d394bf3e1eb4735f0735.tar.gz
openbsd-ef61ceedfd430ca7ea41d394bf3e1eb4735f0735.tar.bz2
openbsd-ef61ceedfd430ca7ea41d394bf3e1eb4735f0735.zip
The bio_asn1 test will need to be linked statically after the bump
-rw-r--r--src/regress/lib/libcrypto/bio/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bio/Makefile b/src/regress/lib/libcrypto/bio/Makefile
index 11d10bda30..3084f06d32 100644
--- a/src/regress/lib/libcrypto/bio/Makefile
+++ b/src/regress/lib/libcrypto/bio/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.5 2023/03/26 19:14:11 tb Exp $ 1# $OpenBSD: Makefile,v 1.6 2023/04/25 15:29:17 tb Exp $
2 2
3PROGS += bio_asn1 3PROGS += bio_asn1
4PROGS += bio_chain 4PROGS += bio_chain
@@ -11,4 +11,6 @@ WARNINGS = Yes
11CFLAGS += -DLIBRESSL_INTERNAL -Werror 11CFLAGS += -DLIBRESSL_INTERNAL -Werror
12CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bio/ 12CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bio/
13 13
14LDADD_bio_asn1 = ${CRYPTO_INT}
15
14.include <bsd.regress.mk> 16.include <bsd.regress.mk>