summaryrefslogtreecommitdiff
path: root/regress/lib/libssl
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-02-01 16:03:48 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-02-01 16:03:48 +0000
commitb202b95b85514d00e1b6f25227132a78d0f9da71 (patch)
treefb9d064f86394ea72a48838b093d13a7f3b6a463 /regress/lib/libssl
parent79aa976030e2cd04f4d03c3dd7f1bd6ccfaf6d55 (diff)
Don't run session tests with openssl 3.0 - these tests aren't TLSv1.3 ready
Diffstat (limited to 'regress/lib/libssl')
-rw-r--r--regress/lib/libssl/interop/session/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/interop/session/Makefile b/regress/lib/libssl/interop/session/Makefile
index 8a15393be57..f5858eaba09 100644
--- a/regress/lib/libssl/interop/session/Makefile
+++ b/regress/lib/libssl/interop/session/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.7 2023/02/01 15:59:50 tb Exp $
+# $OpenBSD: Makefile,v 1.8 2023/02/01 16:03:47 tb Exp $
LIBRARIES = libressl
.if exists(/usr/local/bin/eopenssl11)
LIBRARIES += openssl11
.endif
.if exists(/usr/local/bin/eopenssl30)
-LIBRARIES += openssl30
+#LIBRARIES += openssl30
.endif
run-session-client-libressl-server-libressl \