From f846b125c01c3a2e50da3664ac5ddfa3b252d33a Mon Sep 17 00:00:00 2001 From: HummyPkg Date: Tue, 30 May 2017 09:39:21 +0000 Subject: [PATCH] update openssl to 1.0.2l --- build/openssl/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/openssl/build.sh b/build/openssl/build.sh index e8efd6a4fe..90bc0f65cb 100755 --- a/build/openssl/build.sh +++ b/build/openssl/build.sh @@ -28,7 +28,7 @@ . ../../lib/functions.sh PROG=openssl -VER=1.0.2k +VER=1.0.2l VERHUMAN=$VER PKG=library/security/openssl # Package name (without prefix) SUMMARY="$PROG - A toolkit for Secure Sockets Layer (SSL v2/v3) and Transport Layer (TLS v1) protocols and general purpose cryptographic library"