summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2025-10-24 11:44:08 +0000
committertb <>2025-10-24 11:44:08 +0000
commitdc4d56b5f3d1f310b754d8e69d1b35ba3c5d17dd (patch)
treed3837556af4b0a3ca0cf8c5e75a038ebfb596bbd
parentc168e7d61d28218d9000b840a46e75e38f2ac5ff (diff)
downloadopenbsd-dc4d56b5f3d1f310b754d8e69d1b35ba3c5d17dd.tar.gz
openbsd-dc4d56b5f3d1f310b754d8e69d1b35ba3c5d17dd.tar.bz2
openbsd-dc4d56b5f3d1f310b754d8e69d1b35ba3c5d17dd.zip
The ssl_verify_param.c test can now link dynamically against libcrypto
-rw-r--r--src/regress/lib/libssl/unit/Makefile4
1 files changed, 1 insertions, 3 deletions
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 @@
1# $OpenBSD: Makefile,v 1.16 2023/05/24 09:15:14 tb Exp $ 1# $OpenBSD: Makefile,v 1.17 2025/10/24 11:44:08 tb Exp $
2 2
3PROGS += cipher_list 3PROGS += cipher_list
4PROGS += ssl_get_shared_ciphers 4PROGS += ssl_get_shared_ciphers
@@ -16,6 +16,4 @@ CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror
16CFLAGS+= -DCERTSDIR=\"${.CURDIR}/../certs\" 16CFLAGS+= -DCERTSDIR=\"${.CURDIR}/../certs\"
17CFLAGS+= -I${.CURDIR}/../../../../lib/libssl 17CFLAGS+= -I${.CURDIR}/../../../../lib/libssl
18 18
19LDADD_ssl_verify_param = ${LIBSSL} ${CRYPTO_INT}
20
21.include <bsd.regress.mk> 19.include <bsd.regress.mk>