github: Use OpenSSL 3.1.1 for tests

This commit is contained in:
Tobias Brunner 2023-05-31 15:45:02 +02:00
parent e3cb756dbf
commit 0e88b8a817

View File

@ -91,7 +91,7 @@ build_tss2()
build_openssl()
{
SSL_REV=3.1.0
SSL_REV=3.1.1
SSL_PKG=openssl-$SSL_REV
SSL_DIR=$DEPS_BUILD_DIR/$SSL_PKG
SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz