From 265f19cdaf352efda95e3acb331e2dbeb7ee30bb Mon Sep 17 00:00:00 2001 From: Remy Marquis Date: Thu, 3 Jan 2019 16:15:11 +0100 Subject: [PATCH] libs: updated to OpenSSL 1.1.0j --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ef224d0..8a581b11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -140,7 +140,7 @@ if(WIN32) #URL_MD5 "9e380f6f9cc497bd2f47c944019239ac" #GIT_REPOSITORY "https://github.com/openssl/openssl.git" DOWNLOAD_DIR ${LIBS_DOWNLOAD_DIR}/openssl - URL https://github.com/openssl/openssl/archive/OpenSSL_1_1_0g.tar.gz + URL https://github.com/openssl/openssl/archive/OpenSSL_1_1_0j.tar.gz SOURCE_DIR "${CMAKE_BINARY_DIR}/openssl" BUILD_IN_SOURCE 1 CONFIGURE_COMMAND ${OPENSSL_CONFIGURE}