mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
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>
This commit is contained in:
@@ -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)
|
# rc4 (freerdp librtorrent ettercap xrdp transmission pam-ssh-agent-auth php)
|
||||||
# rc2 (mailx)
|
# rc2 (mailx)
|
||||||
# psk (qt5)
|
# 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 () {
|
do_configure () {
|
||||||
os=${HOST_OS}
|
os=${HOST_OS}
|
||||||
|
|||||||
Reference in New Issue
Block a user