From 1242b04e97fbef3d926bcf706ac99a580109e58b Mon Sep 17 00:00:00 2001 From: akuster Date: Sun, 24 Jan 2021 07:03:20 -0800 Subject: openssl: Enable srp algorithm This is still needed by libest in meta-security Signed-off-by: Armin Kuster Cc: Shachar Menashe Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssl/openssl_1.1.1i.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb index 52e96b7831..5617f337e0 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb @@ -64,7 +64,8 @@ CFLAGS_append_class-nativesdk = " -DOPENSSLDIR=/not/builtin -DENGINESDIR=/not/bu # rc4 (freerdp librtorrent ettercap xrdp transmission pam-ssh-agent-auth php) # rc2 (mailx) # psk (qt5) -DEPRECATED_CRYPTO_FLAGS = "no-ssl no-idea no-rc5 no-md2 no-srp no-camellia no-mdc2 no-scrypt no-seed no-siphash no-sm2 no-sm3 no-sm4 no-whirlpool" +# 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" do_configure () { os=${HOST_OS} -- cgit 1.2.3-korg