diff --git a/scripts/download_openssl.sh b/scripts/download_openssl.sh index f525e9a1..720ef3aa 100755 --- a/scripts/download_openssl.sh +++ b/scripts/download_openssl.sh @@ -4,4 +4,4 @@ set -ex # Clone the repository to the specified directory. -git clone --depth 1 --branch openssl-3.0.7 https://github.com/openssl/openssl $1 +git clone --depth 1 --branch openssl-3.2.0 https://github.com/openssl/openssl $1