diff options
author | tb <> | 2023-04-25 15:29:17 +0000 |
---|---|---|
committer | tb <> | 2023-04-25 15:29:17 +0000 |
commit | 1a24095d349f02d1d6ec1515ceba9e52c465efa5 (patch) | |
tree | 9fe8ac7d95e3a2bfec1ba174db1f49da2154ea6f /src | |
parent | 693fdfbbc5c32dd9f9636b38f28f72c09ffea36c (diff) | |
download | openbsd-1a24095d349f02d1d6ec1515ceba9e52c465efa5.tar.gz openbsd-1a24095d349f02d1d6ec1515ceba9e52c465efa5.tar.bz2 openbsd-1a24095d349f02d1d6ec1515ceba9e52c465efa5.zip |
The bio_asn1 test will need to be linked statically after the bump
Diffstat (limited to 'src')
-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> |