summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/interop')
-rw-r--r--src/regress/lib/libssl/interop/version/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/interop/version/Makefile b/src/regress/lib/libssl/interop/version/Makefile
index 9d0ae418ba..c4f7705d63 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.6 2023/04/19 15:34:23 tb Exp $ 1# $OpenBSD: Makefile,v 1.7 2023/07/02 17:21:32 beck 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
@@ -14,7 +14,7 @@ LIBRARIES += openssl11
14LIBRARIES += openssl30 14LIBRARIES += openssl30
15.endif 15.endif
16 16
17VERSIONS = any TLS1 TLS1_1 TLS1_2 TLS1_3 17VERSIONS = any TLS1_2 TLS1_3
18 18
19.for cver in ${VERSIONS} 19.for cver in ${VERSIONS}
20.for sver in ${VERSIONS} 20.for sver in ${VERSIONS}