diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2019-10-01 10:50:34 -0300 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-10-20 13:01:43 +0200 |
commit | cebf024c4d9fd761e55383a582f7e29ac7cc921c (patch) | |
tree | 5a9ef31c13be025f453005b9733025964922c96f /package/libs/openssl/Makefile | |
parent | 9ba5cd86b89f5f51cbad536c051dca61a9bfe8e5 (diff) | |
download | upstream-cebf024c4d9fd761e55383a582f7e29ac7cc921c.tar.gz upstream-cebf024c4d9fd761e55383a582f7e29ac7cc921c.tar.bz2 upstream-cebf024c4d9fd761e55383a582f7e29ac7cc921c.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>
Diffstat (limited to 'package/libs/openssl/Makefile')
-rw-r--r-- | package/libs/openssl/Makefile | 2 |
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 |