Skip to content

Commit

Permalink
Upgrade openssl to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikialeksey committed Feb 27, 2024
1 parent fd26601 commit 0ba1974
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion openssl-build-target-archs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ set -e
##############################################################################

function initialSetup {
CUR_DIR="$(pwd)"
OPENSSL_SRC_PATH="$DOWNLOAD_DIR/${OPENSSL_DIR_NAME}"
OPENSSL_TMP_FOLDER="/tmp/openssl"
}
Expand Down

0 comments on commit 0ba1974

Please sign in to comment.