package/sqlcipher: enable back libressl

libressl support has been fixed since version 3.4.2 and
ce489ebb47

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2020-02-13 21:09:15 +01:00 committed by Peter Korsgaard
parent b9440e8def
commit 15e74f9a82

View File

@ -3,7 +3,6 @@ config BR2_PACKAGE_SQLCIPHER
depends on !BR2_PACKAGE_SQLITE depends on !BR2_PACKAGE_SQLITE
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
help help
SQLCipher is an SQLite extension that provides 256 bits AES SQLCipher is an SQLite extension that provides 256 bits AES
encryption of database files. Note that it is a fork of encryption of database files. Note that it is a fork of