From d0770e5362b923a0f3471c905e52fa80848e6f3f Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 1 Oct 2025 19:07:07 +0200 Subject: [PATCH] github: Use OpenSSL 3.6.0 for tests --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 06fb3cfbe9..1626df65bc 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -94,7 +94,7 @@ build_tss2() build_openssl() { - SSL_REV=openssl-3.5.2 + SSL_REV=openssl-3.6.0 SSL_DIR=$DEPS_BUILD_DIR/openssl SSL_INS=$DEPS_PREFIX/ssl SSL_OPT="-d shared no-dtls no-ssl3 no-zlib no-idea no-psk -- 2.47.3