Skip to content

Commit

Permalink
wip: github: Use OpenSSL 3.3.0 for tests
Browse files Browse the repository at this point in the history
wip: Android's static build fails because of a symbol issue (there is an
issue and an open PR)
  • Loading branch information
tobiasbrunner committed Apr 17, 2024
1 parent 8ddb935 commit 429e27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Expand Up @@ -91,7 +91,7 @@ build_tss2()

build_openssl()
{
SSL_REV=3.1.1
SSL_REV=3.3.0
SSL_PKG=openssl-$SSL_REV
SSL_DIR=$DEPS_BUILD_DIR/$SSL_PKG
SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz
Expand Down

0 comments on commit 429e27c

Please sign in to comment.