summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/netcat
diff options
context:
space:
mode:
authortb <>2025-07-09 17:48:02 +0000
committertb <>2025-07-09 17:48:02 +0000
commitd25f32ed32ab5666e77ae5843fcd4f087baf139a (patch)
tree0c48b6ef031fc1c0c17d6d000d3d073d275a57db /src/regress/lib/libssl/interop/netcat
parent38e9c2a327865da6134fd3ecc45f8cd025eca3c3 (diff)
downloadopenbsd-d25f32ed32ab5666e77ae5843fcd4f087baf139a.tar.gz
openbsd-d25f32ed32ab5666e77ae5843fcd4f087baf139a.tar.bz2
openbsd-d25f32ed32ab5666e77ae5843fcd4f087baf139a.zip
libcrypto regress: add interop harness for openssl/3.5
Diffstat (limited to 'src/regress/lib/libssl/interop/netcat')
-rw-r--r--src/regress/lib/libssl/interop/netcat/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/netcat/Makefile b/src/regress/lib/libssl/interop/netcat/Makefile
index 3b8e3f95be..0f2864ccca 100644
--- a/src/regress/lib/libssl/interop/netcat/Makefile
+++ b/src/regress/lib/libssl/interop/netcat/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.10 2025/01/15 10:54:17 tb Exp $ 1# $OpenBSD: Makefile,v 1.11 2025/07/09 17:48:02 tb Exp $
2 2
3LIBRARIES = libressl 3LIBRARIES = libressl
4.if exists(/usr/local/bin/eopenssl33) 4.if exists(/usr/local/bin/eopenssl33)
@@ -7,6 +7,9 @@ LIBRARIES += openssl33
7.if exists(/usr/local/bin/eopenssl34) 7.if exists(/usr/local/bin/eopenssl34)
8LIBRARIES += openssl34 8LIBRARIES += openssl34
9.endif 9.endif
10.if exists(/usr/local/bin/eopenssl35)
11LIBRARIES += openssl35
12.endif
10 13
11# run netcat server and connect with test client 14# run netcat server and connect with test client
12 15