]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Use OpenSSL 3.0.5 for tests
authorTobias Brunner <tobias@strongswan.org>
Tue, 13 Sep 2022 16:05:01 +0000 (18:05 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 15 Sep 2022 10:16:12 +0000 (12:16 +0200)
scripts/test.sh

index 692a9c17cd657280709ca2ce6f3eef9c1f7bf233..63d36f218990ca50fc5ff8ea25d3ce91445606fc 100755 (executable)
@@ -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