external: Fix link to pre-built OpenSSL by updating it to 3.5.

This commit is contained in:
Zangetsu38
2025-04-20 18:47:24 +02:00
committed by bookmist
parent 9226cb52af
commit 0b4a4e58d1
+1 -1
View File
@@ -281,7 +281,7 @@ if(NOT OPENSSL_FOUND OR FORCE_BUILD_OPENSSL_MAC)
if(NOT EXISTS "${CMAKE_BINARY_DIR}/external/openssl.zip")
message(STATUS "Downloading openssl...")
file(DOWNLOAD https://firedaemon.com/download-firedaemon-openssl-3-4-zip
file(DOWNLOAD https://firedaemon.com/download-firedaemon-openssl-3-5-zip
"${CMAKE_BINARY_DIR}/external/openssl.zip" SHOW_PROGRESS)
endif()