From aff293dbd9cfabda512ac59dac94bc93acbffc74 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 9 Jul 2025 17:48:02 +0000 Subject: libcrypto regress: add interop harness for openssl/3.5 --- src/regress/lib/libssl/interop/cert/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libssl/interop/cert') diff --git a/src/regress/lib/libssl/interop/cert/Makefile b/src/regress/lib/libssl/interop/cert/Makefile index 74c63c86a8..8f05e3f84d 100644 --- a/src/regress/lib/libssl/interop/cert/Makefile +++ b/src/regress/lib/libssl/interop/cert/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2025/01/15 10:54:17 tb Exp $ +# $OpenBSD: Makefile,v 1.15 2025/07/09 17:48:02 tb Exp $ # Connect a client to a server. Both can be current libressl, or # openssl 3.x. Create client and server certificates @@ -13,6 +13,9 @@ LIBRARIES += openssl33 .if exists(/usr/local/bin/eopenssl34) LIBRARIES += openssl34 .endif +.if exists(/usr/local/bin/eopenssl35) +LIBRARIES += openssl35 +.endif .for cca in noca ca fakeca .for sca in noca ca fakeca -- cgit v1.2.3-55-g6feb