comparison Resources/CMake/LibCurlConfiguration.cmake @ 2022:fefbe71c2272

Possibility to use PKCS#11 authentication for hardware security modules with Orthanc peers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 17 Jun 2016 17:09:50 +0200
parents 307b9ea6c39b
children 50dd3249732e
comparison
equal deleted inserted replaced
2021:bd143a77eb7a 2022:fefbe71c2272
33 33
34 if (ENABLE_SSL) 34 if (ENABLE_SSL)
35 add_definitions( 35 add_definitions(
36 #-DHAVE_LIBSSL=1 36 #-DHAVE_LIBSSL=1
37 -DUSE_OPENSSL=1 37 -DUSE_OPENSSL=1
38 -DHAVE_OPENSSL_ENGINE_H=1
38 -DUSE_SSLEAY=1 39 -DUSE_SSLEAY=1
39 ) 40 )
40 endif() 41 endif()
41 42
42 file(WRITE ${CURL_SOURCES_DIR}/lib/curl_config.h "") 43 file(WRITE ${CURL_SOURCES_DIR}/lib/curl_config.h "")