]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: re-enable whirlpool
authorAndreas Müller <schnitzeltony@gmail.com>
Fri, 5 Feb 2021 11:32:29 +0000 (12:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Feb 2021 09:02:51 +0000 (09:02 +0000)
* it breaks KDE's qca and dependencies
* it is not deprecated. Openssl 3.0 (currently alpha) will deprecate whirlpool

[1] https://www.openssl.org/news/changelog.html#openssl-30

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl_1.1.1i.bb

index ffa261a1be6e02b5cbc98b367606da8a9e322e33..86950f7544d18e5795aa43aaa601529a0ab5a6e1 100644 (file)
@@ -65,7 +65,8 @@ CFLAGS_append_class-nativesdk = " -DOPENSSLDIR=/not/builtin -DENGINESDIR=/not/bu
 # rc2 (mailx)
 # psk (qt5)
 # srp (libest)
-DEPRECATED_CRYPTO_FLAGS = "no-ssl no-idea no-rc5 no-md2 no-camellia no-mdc2 no-scrypt no-seed no-siphash no-sm2 no-sm3 no-sm4 no-whirlpool"
+# whirlpool (qca)
+DEPRECATED_CRYPTO_FLAGS = "no-ssl no-idea no-rc5 no-md2 no-camellia no-mdc2 no-scrypt no-seed no-siphash no-sm2 no-sm3 no-sm4"
 
 do_configure () {
        os=${HOST_OS}