update to OpenSSL 1.1.1g

This commit is contained in:
Michael Rennecke 2020-04-22 21:00:44 +02:00
parent 56fddaed32
commit 99a6387d8b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ HAPROXY_URL=https://www.haproxy.org/download/2.1/src/haproxy-${HAPROXY_VERSION}.
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
HAPROXY_SRC=/tmp/haproxy
OPENSSL_VERSION=1.1.1f
OPENSSL_VERSION=1.1.1g
OPENSSL_URL=https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
OPENSSL_SHA256_URL=${OPENSSL_URL}.sha256
OPENSSL_SRC=/tmp/openssl