summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorakuster <akuster808@gmail.com>2021-01-24 07:03:20 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-27 10:17:45 +0000
commit2d1610e8017c79c00838b1573a2e61c6a2f33cfe (patch)
treec3af17e0fc27480e92f8661e41e562ea5f05e758 /meta/recipes-connectivity
parent0f0c0df63391b95b35e7a71176e672ed92add610 (diff)
downloadpoky-2d1610e8017c79c00838b1573a2e61c6a2f33cfe.tar.gz
openssl: Enable srp algorithm
This is still needed by libest in meta-security (From OE-Core rev: 1242b04e97fbef3d926bcf706ac99a580109e58b) Signed-off-by: Armin Kuster <akuster808@gmail.com> Cc: Shachar Menashe <shachar@vdoo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.1.1i.bb3
1 files changed, 2 insertions, 1 deletions
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
64# rc4 (freerdp librtorrent ettercap xrdp transmission pam-ssh-agent-auth php) 64# rc4 (freerdp librtorrent ettercap xrdp transmission pam-ssh-agent-auth php)
65# rc2 (mailx) 65# rc2 (mailx)
66# psk (qt5) 66# psk (qt5)
67DEPRECATED_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" 67# srp (libest)
68DEPRECATED_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"
68 69
69do_configure () { 70do_configure () {
70 os=${HOST_OS} 71 os=${HOST_OS}