# HG changeset patch # User Sebastien Jodogne # Date 1480422818 -3600 # Node ID 6320817222ce06b6448daa25bcad7b44e9d2af0c # Parent 16df5d12d135284e2b6ecdcae80c8179d88396d1 move of third party downloads to the main server diff -r 16df5d12d135 -r 6320817222ce Orthanc/Resources/CMake/OpenSslConfiguration.cmake --- a/Orthanc/Resources/CMake/OpenSslConfiguration.cmake Tue Nov 29 13:32:15 2016 +0100 +++ b/Orthanc/Resources/CMake/OpenSslConfiguration.cmake Tue Nov 29 13:33:38 2016 +0100 @@ -4,7 +4,7 @@ # not always properly handled when uncompressing on Windows. SET(OPENSSL_SOURCES_DIR ${CMAKE_BINARY_DIR}/openssl-1.0.2d) - SET(OPENSSL_URL "www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/openssl-1.0.2d.zip") + SET(OPENSSL_URL "http://www.orthanc-server.com/downloads/third-party/openssl-1.0.2d.zip") SET(OPENSSL_MD5 "4b2ac15fc6db17f3dadc54482d3eee85") if (IS_DIRECTORY "${OPENSSL_SOURCES_DIR}")