From a6fb66d5dff8664fe294496019a18cab35a28359 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 24 Oct 2025 11:44:08 +0000 Subject: [PATCH] The ssl_verify_param.c test can now link dynamically against libcrypto --- regress/lib/libssl/unit/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/regress/lib/libssl/unit/Makefile b/regress/lib/libssl/unit/Makefile index 6a925069ca0..edc0d910c41 100644 --- a/regress/lib/libssl/unit/Makefile +++ b/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