Mercurial > hg > orthanc
comparison Resources/CMake/OpenSslConfiguration.cmake @ 2098:7d184e11043e
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 06 Oct 2016 17:28:43 +0200 |
parents | fefbe71c2272 |
children | 0108ac01fc8e |
comparison
equal
deleted
inserted
replaced
2097:4e72929c0722 | 2098:7d184e11043e |
---|---|
189 ${OPENSSL_SOURCES_DIR}/crypto/evp/evp_extra_test.c | 189 ${OPENSSL_SOURCES_DIR}/crypto/evp/evp_extra_test.c |
190 ${OPENSSL_SOURCES_DIR}/crypto/evp/verify_extra_test.c | 190 ${OPENSSL_SOURCES_DIR}/crypto/evp/verify_extra_test.c |
191 ${OPENSSL_SOURCES_DIR}/crypto/x509/verify_extra_test.c | 191 ${OPENSSL_SOURCES_DIR}/crypto/x509/verify_extra_test.c |
192 ${OPENSSL_SOURCES_DIR}/crypto/x509v3/v3prin.c | 192 ${OPENSSL_SOURCES_DIR}/crypto/x509v3/v3prin.c |
193 ${OPENSSL_SOURCES_DIR}/crypto/x509v3/v3nametest.c | 193 ${OPENSSL_SOURCES_DIR}/crypto/x509v3/v3nametest.c |
194 ${OPENSSL_SOURCES_DIR}/crypto/ssl/heartbeat_test.c | |
195 ${OPENSSL_SOURCES_DIR}/crypto/constant_time_test.c | 194 ${OPENSSL_SOURCES_DIR}/crypto/constant_time_test.c |
196 ${OPENSSL_SOURCES_DIR}/crypto/ec/ecp_nistz256_table.c | 195 ${OPENSSL_SOURCES_DIR}/crypto/ec/ecp_nistz256_table.c |
196 | |
197 ${OPENSSL_SOURCES_DIR}/ssl/heartbeat_test.c | |
197 ) | 198 ) |
198 | 199 |
199 | 200 |
200 if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows") | 201 if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows") |
201 set_source_files_properties( | 202 set_source_files_properties( |