Skip to content

Commit

Permalink
Default to using a more recent version of openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Fekete committed Oct 18, 2024
1 parent 32b1cba commit 8c1f216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils-openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
source ${SCRIPT_DIR}/utils-general.sh

OPENSSL_GIT="https://github.com/openssl/openssl.git"
OPENSSL_TAG=${OPENSSL_TAG:-"openssl-3.0.0"}
OPENSSL_TAG=${OPENSSL_TAG:-"openssl-3.2.0"}
OPENSSL_SOURCE_DIR=${SCRIPT_DIR}/../openssl-source
OPENSSL_INSTALL_DIR=${SCRIPT_DIR}/../openssl-install

Expand Down

0 comments on commit 8c1f216

Please sign in to comment.