aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2018-07-15 21:17:44 +0300
committerVitaly Chikunov <vt@altlinux.org>2018-07-19 04:25:59 +0300
commit01d26132d156ba9fff7a8142d5a6899d7b2e6286 (patch)
tree318e09bc398da24f7c3b4738a96c29f4373d3a00 /CMakeLists.txt
parentae3020da5ffba97df84a283eacc2a7fb41471c13 (diff)
downloadgost-engine-01d26132d156ba9fff7a8142d5a6899d7b2e6286.zip
gost-engine-01d26132d156ba9fff7a8142d5a6899d7b2e6286.tar.gz
gost-engine-01d26132d156ba9fff7a8142d5a6899d7b2e6286.tar.bz2
Make it compile with shimmed openssl-1.0.2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 295ca76..5741610 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ project(gost-engine LANGUAGES C)
include(GNUInstallDirs)
-find_package(OpenSSL 1.1 REQUIRED)
+find_package(OpenSSL 1.0.2 REQUIRED)
include_directories(${OPENSSL_INCLUDE_DIR})
if (CMAKE_C_COMPILER_ID MATCHES "Clang")
@@ -136,4 +136,4 @@ install(FILES gostsum.1 gost12sum.1 DESTINATION ${OPENSSL_MAN_INSTALL_DIR})
if (MSVC)
install(FILES $<TARGET_PDB_FILE:gost_engine> DESTINATION ${OPENSSL_ENGINES_INSTALL_DIR} OPTIONAL)
install(FILES $<TARGET_PDB_FILE:gostsum> $<TARGET_PDB_FILE:gost12sum> DESTINATION ${CMAKE_INSTALL_BINDIR} OPTIONAL)
-endif() \ No newline at end of file
+endif()