diff options
author | tb <> | 2023-04-25 15:29:17 +0000 |
---|---|---|
committer | tb <> | 2023-04-25 15:29:17 +0000 |
commit | ef61ceedfd430ca7ea41d394bf3e1eb4735f0735 (patch) | |
tree | 9fe8ac7d95e3a2bfec1ba174db1f49da2154ea6f | |
parent | 90831910ceae91e1ec4fd12de38835f8ec56dc98 (diff) | |
download | openbsd-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/Makefile | 4 |
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 | ||
3 | PROGS += bio_asn1 | 3 | PROGS += bio_asn1 |
4 | PROGS += bio_chain | 4 | PROGS += bio_chain |
@@ -11,4 +11,6 @@ WARNINGS = Yes | |||
11 | CFLAGS += -DLIBRESSL_INTERNAL -Werror | 11 | CFLAGS += -DLIBRESSL_INTERNAL -Werror |
12 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bio/ | 12 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bio/ |
13 | 13 | ||
14 | LDADD_bio_asn1 = ${CRYPTO_INT} | ||
15 | |||
14 | .include <bsd.regress.mk> | 16 | .include <bsd.regress.mk> |