0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00

Fix variable name typo in build-openssl

Signed-off-by: Dmitriy Dudnik <dmytro.dudnik@openvpn.net>
This commit is contained in:
Dmitriy Dudnik 2020-04-02 15:54:44 +03:00 committed by Dmitriy Dudnik
parent 34435cbf65
commit 89a3283944

View File

@ -38,7 +38,7 @@ fi
# source helper functions
. $O3/core/deps/functions.sh
FNAME=openssl-${OPNESSL_VERSION}.tar.gz
FNAME=openssl-${OPENSSL_VERSION}.tar.gz
URL=https://www.openssl.org/source/${OPENSSL_VERSION}.tar.gz
CSUM=${OPENSSL_CSUM}