diff options
author | tb <> | 2025-07-09 17:48:02 +0000 |
---|---|---|
committer | tb <> | 2025-07-09 17:48:02 +0000 |
commit | d25f32ed32ab5666e77ae5843fcd4f087baf139a (patch) | |
tree | 0c48b6ef031fc1c0c17d6d000d3d073d275a57db /src/regress/lib/libssl/interop/netcat | |
parent | 38e9c2a327865da6134fd3ecc45f8cd025eca3c3 (diff) | |
download | openbsd-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/Makefile | 5 |
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 | ||
3 | LIBRARIES = libressl | 3 | LIBRARIES = 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) |
8 | LIBRARIES += openssl34 | 8 | LIBRARIES += openssl34 |
9 | .endif | 9 | .endif |
10 | .if exists(/usr/local/bin/eopenssl35) | ||
11 | LIBRARIES += 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 | ||