github: Use OpenSSL 3.0.5 for tests

This commit is contained in:
Tobias Brunner
2022-09-15 12:16:12 +02:00
parent a7e8cb8f61
commit c4563abc2e
+1 -1
View File
@@ -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