From bb2f021704f06909952dfcae45c212b1a496189a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 13 Oct 2024 21:29:01 +0200 Subject: Update to OpenSSL 3.0 API Changelog: Require OpenSSL 3.0 or newer --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a3727a..4ff8385 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ endif() find_package(Threads REQUIRED) find_package(ZLIB REQUIRED) -find_package(OpenSSL REQUIRED) +find_package(OpenSSL 3.0 REQUIRED) find_library(B2_LIBRARY b2 REQUIRED) add_subdirectory(src) -- cgit v1.2.3