From: Dmitry Belyavskiy Date: Sun, 27 Oct 2019 17:32:22 +0000 (+0300) Subject: Start moving to providers X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=b645750f6e55c4baeb161a66256018816f9ddeb8;p=openssl-gost%2Fengine.git Start moving to providers --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 407302b..ea1539e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ include(CheckFunctionExists) enable_testing() -find_package(OpenSSL 1.1.1 REQUIRED) +find_package(OpenSSL 3.0 REQUIRED) include_directories(${OPENSSL_INCLUDE_DIR}) if (CMAKE_C_COMPILER_ID MATCHES "Clang")