From 5e4ff88849cc90655810ea3f76d786b576406ad6 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 8 Aug 2025 10:28:06 +0200 Subject: [PATCH] github: Use OpenSSL 3.5.2 for tests --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 11948d0851..7970a19964 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -92,7 +92,7 @@ build_tss2() build_openssl() { - SSL_REV=openssl-3.5.1 + SSL_REV=openssl-3.5.2 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