use new openssl version

This commit is contained in:
Michael Rennecke 2021-05-09 21:59:14 +02:00
parent 6fca3b0559
commit 21e620842a
1 changed files with 1 additions and 1 deletions

View File

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