From dc4d56b5f3d1f310b754d8e69d1b35ba3c5d17dd Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 24 Oct 2025 11:44:08 +0000 Subject: The ssl_verify_param.c test can now link dynamically against libcrypto --- src/regress/lib/libssl/unit/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile index 6a925069ca..edc0d910c4 100644 --- a/src/regress/lib/libssl/unit/Makefile +++ b/src/regress/lib/libssl/unit/Makefile @@ -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 -- cgit v1.2.3-55-g6feb