aboutsummaryrefslogtreecommitdiff
path: root/dep/openssl
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-05-12 16:19:53 +0200
committerOvahlord <dreadkiller@gmx.de>2024-05-28 16:59:11 +0200
commitd909179ece0b5b3324813ded32f0f22197667df9 (patch)
tree59c905d4fbbc329e3d17aef0802a098884e8f08f /dep/openssl
parent333d5751a9615cc98cda6820a446056bba2170d6 (diff)
Core/Crypto: Change required OpenSSL version to 3.0
(cherry picked from commit 020d08746520329c3afa3bde57cbd3e4dc831b4c)
Diffstat (limited to 'dep/openssl')
-rw-r--r--dep/openssl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/openssl/CMakeLists.txt b/dep/openssl/CMakeLists.txt
index 1282fd32f38..cd2706ede0d 100644
--- a/dep/openssl/CMakeLists.txt
+++ b/dep/openssl/CMakeLists.txt
@@ -11,7 +11,7 @@
# basic packagesearching and setup
# (further support will be needed, this is a preliminary release!)
-find_package(OpenSSL 1.1 REQUIRED COMPONENTS Crypto SSL)
+find_package(OpenSSL 3 REQUIRED COMPONENTS Crypto SSL)
add_library(openssl INTERFACE)