aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/Makefile
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2019-10-01 10:50:34 -0300
committerChristian Lamparter <chunkeey@gmail.com>2019-10-20 15:16:30 +0200
commitcd1136e55012c6bc969a2b38c550e35ea8296348 (patch)
tree488e4d5d8e83e20497960c7514410105cb336d7f /package/libs/openssl/Makefile
parentb058da3a7b647100c5e2e8868692322473fd0055 (diff)
downloadupstream-cd1136e55012c6bc969a2b38c550e35ea8296348.tar.gz
upstream-cd1136e55012c6bc969a2b38c550e35ea8296348.tar.bz2
upstream-cd1136e55012c6bc969a2b38c550e35ea8296348.zip
openssl: Add engine configuration to openssl.cnf
This adds engine configuration sections to openssl.cnf, with a commented list of engines. To enable an engine, all you have to do is uncomment the engine line. It also adds some useful comments to the devcrypto engine configuration section. Other engines currently don't have configuration commands. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> (cherry picked from commit cebf024c4d9fd761e55383a582f7e29ac7cc921c) Signed-off-by: Christian Lamparter <chunkeey@gmail.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 28625bad05..eb267f31f0 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:=d
PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX)
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_USE_MIPS16:=0
ENGINES_DIR=engines-1.1