package/sqlcipher: enable back libressl
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 13 Feb 2020 20:09:15 +0000 (21:09 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 13 Feb 2020 21:07:31 +0000 (22:07 +0100)
libressl support has been fixed since version 3.4.2 and
https://github.com/sqlcipher/sqlcipher/commit/ce489ebb4788207f27b1641f8d2bfe6b65462260

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/sqlcipher/Config.in

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