From 9154636d3be06edcc64c8c67fb738abcf29a4280 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 14 Dec 2023 14:12:13 +0100 Subject: [PATCH] download_openssl: bump to 3.2.0, the latest version Requires #80 --- scripts/download_openssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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