Don't run session tests with openssl 3.0 - these tests aren't TLSv1.3 ready
authortb <tb@openbsd.org>
Wed, 1 Feb 2023 16:03:47 +0000 (16:03 +0000)
committertb <tb@openbsd.org>
Wed, 1 Feb 2023 16:03:47 +0000 (16:03 +0000)
regress/lib/libssl/interop/session/Makefile

index 8a15393..f5858ea 100644 (file)
@@ -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 \