From c4563abc2eddbb066507afe6a814f7ed6bf0d41e Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 13 Sep 2022 18:05:01 +0200 Subject: [PATCH] github: Use OpenSSL 3.0.5 for tests --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 692a9c17c..63d36f218 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -91,7 +91,7 @@ build_tss2() build_openssl() { - SSL_REV=3.0.2 + SSL_REV=3.0.5 SSL_PKG=openssl-$SSL_REV SSL_DIR=$DEPS_BUILD_DIR/$SSL_PKG SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz