aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/Makefile
diff options
context:
space:
mode:
authorEneas U de Queiroz <cote2004-github@yahoo.com>2019-04-22 16:39:10 +0000
committerHans Dedecker <dedeckeh@gmail.com>2019-04-22 20:30:02 +0200
commitff9ac986cebe6f405d1d3a992c36c8224f128fef (patch)
tree4bbfdec3d743a6224260b1a35d4e7bfc614ee393 /package/libs/openssl/Makefile
parent47dc4f96cb3932a7577d3dba8cf53eae3fa8a839 (diff)
downloadupstream-ff9ac986cebe6f405d1d3a992c36c8224f128fef.tar.gz
upstream-ff9ac986cebe6f405d1d3a992c36c8224f128fef.tar.bz2
upstream-ff9ac986cebe6f405d1d3a992c36c8224f128fef.zip
openssl: fix OPENSSL_config bug affecting wget
This applies an upstream patch that fixes a OPENSSL_config() bug that causes SSL initialization to fail when the openssl.cnf file is not found. The config file is not installed by default. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'package/libs/openssl/Makefile')
-rw-r--r--package/libs/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile
index 49cea8e45a..a82e16fa50 100644
--- a/package/libs/openssl/Makefile
+++ b/package/libs/openssl/Makefile
@@ -11,7 +11,7 @@ PKG_NAME:=openssl
PKG_BASE:=1.1.1
PKG_BUGFIX:=b
PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX)
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_USE_MIPS16:=0
ENGINES_DIR=engines-1.1