]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Start moving to providers
authorDmitry Belyavskiy <beldmit@gmail.com>
Sun, 27 Oct 2019 17:32:22 +0000 (20:32 +0300)
committerDmitry Belyavskiy <beldmit@gmail.com>
Sun, 27 Oct 2019 17:32:22 +0000 (20:32 +0300)
CMakeLists.txt

index 407302b452dc500a7891b8f63e12f775c0eb6393..ea1539e37a816753e824901334307910fde1163f 100644 (file)
@@ -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")