diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/version')
| -rw-r--r-- | src/regress/lib/libssl/interop/version/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/version/Makefile b/src/regress/lib/libssl/interop/version/Makefile index 605fba252f..133fc29629 100644 --- a/src/regress/lib/libssl/interop/version/Makefile +++ b/src/regress/lib/libssl/interop/version/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 | # Connect a client to a server. Both can be current libressl, or | 3 | # Connect a client to a server. Both can be current libressl, or |
| 4 | # openssl 1.1 or openssl 3.0. Pin client or server to a fixed TLS | 4 | # openssl 1.1 or openssl 3.0. Pin client or server to a fixed TLS |
| @@ -13,6 +13,9 @@ LIBRARIES += openssl33 | |||
| 13 | .if exists(/usr/local/bin/eopenssl34) | 13 | .if exists(/usr/local/bin/eopenssl34) |
| 14 | LIBRARIES += openssl34 | 14 | LIBRARIES += openssl34 |
| 15 | .endif | 15 | .endif |
| 16 | .if exists(/usr/local/bin/eopenssl35) | ||
| 17 | LIBRARIES += openssl35 | ||
| 18 | .endif | ||
| 16 | 19 | ||
| 17 | VERSIONS = any TLS1_2 TLS1_3 | 20 | VERSIONS = any TLS1_2 TLS1_3 |
| 18 | 21 | ||
| @@ -31,6 +34,7 @@ FAIL_${cver}_${sver} = ! | |||
| 31 | .if ("${cver}" != TLS1_3 && "${sver}" != TLS1_3) && \ | 34 | .if ("${cver}" != TLS1_3 && "${sver}" != TLS1_3) && \ |
| 32 | ((("${clib}" != openssl33 && "${slib}" != openssl33)) || \ | 35 | ((("${clib}" != openssl33 && "${slib}" != openssl33)) || \ |
| 33 | (("${clib}" != openssl34 && "${slib}" != openssl34)) || \ | 36 | (("${clib}" != openssl34 && "${slib}" != openssl34)) || \ |
| 37 | (("${clib}" != openssl35 && "${slib}" != openssl35)) || \ | ||
| 34 | (("${cver}" != any && "${sver}" != any) && \ | 38 | (("${cver}" != any && "${sver}" != any) && \ |
| 35 | ("${cver}" != TLS1 && "${sver}" != TLS1) && \ | 39 | ("${cver}" != TLS1 && "${sver}" != TLS1) && \ |
| 36 | ("${cver}" != TLS1_1 && "${sver}" != TLS1_1))) | 40 | ("${cver}" != TLS1_1 && "${sver}" != TLS1_1))) |
