1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-25 06:35:46 +00:00

The ssl_verify_param.c test can now link dynamically against libcrypto

This commit is contained in:
tb
2025-10-24 11:44:08 +00:00
parent c982485a51
commit a6fb66d5df

View File

@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2023/05/24 09:15:14 tb Exp $
# $OpenBSD: Makefile,v 1.17 2025/10/24 11:44:08 tb Exp $
PROGS += cipher_list
PROGS += ssl_get_shared_ciphers
@@ -16,6 +16,4 @@ CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror
CFLAGS+= -DCERTSDIR=\"${.CURDIR}/../certs\"
CFLAGS+= -I${.CURDIR}/../../../../lib/libssl
LDADD_ssl_verify_param = ${LIBSSL} ${CRYPTO_INT}
.include <bsd.regress.mk>