From 1915b7e62fa5b5b0be44d00fc0517a4010061f5b 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 23501ec493..265e08ee60 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.2