From d10d081a511dcf4165753a47949d0782df63cf53 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 12 Nov 2019 17:14:18 +0100 Subject: [PATCH] Update openssl to 1.1.1.d --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5c282d7..f9ef24c 100755 --- a/configure +++ b/configure @@ -84,7 +84,7 @@ def openssl(): else: configure[0] = "./config -fPIC -DOPENSSL_API_COMPAT=0x10100000L" return { - "location": "https://github.com/openssl/openssl/archive/OpenSSL_1_1_0c.tar.gz", + "location": "https://github.com/openssl/openssl/archive/OpenSSL_1_1_1d.tar.gz", "build": configure, "env": env, "outputs": ["libssl(.a|.lib)", "libcrypto(.a|.lib)"]