1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

The bio_asn1 test will need to be linked statically after the bump

This commit is contained in:
tb 2023-04-25 15:29:17 +00:00
parent d5165814ca
commit 457f098cc4

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2023/03/26 19:14:11 tb Exp $
# $OpenBSD: Makefile,v 1.6 2023/04/25 15:29:17 tb Exp $
PROGS += bio_asn1
PROGS += bio_chain
@ -11,4 +11,6 @@ WARNINGS = Yes
CFLAGS += -DLIBRESSL_INTERNAL -Werror
CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bio/
LDADD_bio_asn1 = ${CRYPTO_INT}
.include <bsd.regress.mk>