From: Dmitry Belyavskiy Date: Mon, 4 May 2020 12:48:39 +0000 (+0300) Subject: OpenSSL 3.0 required X-Git-Tag: v3.0.0~170 X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=5c78dddb7c0dadd740bebf2db810b1b88d32d3c9;p=openssl-gost%2Fengine.git OpenSSL 3.0 required --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e38b496..f55c831 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ include(CheckCSourceRuns) 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")