From 0ba19742a9462b492b60953d248098b4cb921b3c Mon Sep 17 00:00:00 2001 From: Alexey Nikitin Date: Tue, 27 Feb 2024 19:24:57 +0400 Subject: [PATCH] Upgrade openssl to 3.2.1 --- config.conf | 2 +- openssl-build-target-archs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config.conf b/config.conf index 86a1a2d..2f37f9d 100644 --- a/config.conf +++ b/config.conf @@ -65,7 +65,7 @@ SWIG_BUILD_OUT_PATH="$BUILD_DIR/swig-build-output" ############################################################################### # OpenSSL Version to download -OPENSSL_VERSION=3.2.0 +OPENSSL_VERSION=3.2.1 # The URL from which to download OpenSSL sources tag OPENSSL_DOWNLOAD_URL="https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz" diff --git a/openssl-build-target-archs b/openssl-build-target-archs index f9208f0..d7cfb58 100755 --- a/openssl-build-target-archs +++ b/openssl-build-target-archs @@ -13,7 +13,6 @@ set -e ############################################################################## function initialSetup { - CUR_DIR="$(pwd)" OPENSSL_SRC_PATH="$DOWNLOAD_DIR/${OPENSSL_DIR_NAME}" OPENSSL_TMP_FOLDER="/tmp/openssl" }