aboutsummaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-09-06 12:51:08 +0200
committerShauren <shauren.trinity@gmail.com>2024-02-26 12:17:31 +0100
commit7ff70a6bff86d641c51da46285ff69ca3361cff3 (patch)
tree109f87a5242dc090a590277d27f835f41a1d10cd /dep
parent182cf7bc0e9af9785a43890bc3edbe39a9b6021d (diff)
Core/Crypto: Remove support for OpenSSL 1.0
(cherry picked from commit b8f18fad29df98d5e8dee1ba28cd5f01fbdf9832)
Diffstat (limited to 'dep')
-rw-r--r--dep/openssl/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/dep/openssl/CMakeLists.txt b/dep/openssl/CMakeLists.txt
index c76fa03dd3f..1282fd32f38 100644
--- a/dep/openssl/CMakeLists.txt
+++ b/dep/openssl/CMakeLists.txt
@@ -11,9 +11,7 @@
# basic packagesearching and setup
# (further support will be needed, this is a preliminary release!)
-set(OPENSSL_EXPECTED_VERSION 1.0.0)
-
-find_package(OpenSSL REQUIRED COMPONENTS Crypto SSL)
+find_package(OpenSSL 1.1 REQUIRED COMPONENTS Crypto SSL)
add_library(openssl INTERFACE)