mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: GKI: Enable CRYPTO_MD5
CRYPTO_MD5 is needed to guarantee legacy compatibility with 3gpp infrastructure. This compat is guaranteed by the vts net tests which are currently failing due to this missing config. Bug: 171462501 Signed-off-by: Ram Muthiah <rammuthiah@google.com> Change-Id: Ibb5bff947595058a0970ae8bbd64c5f5eab8ba7d
This commit is contained in:
parent
9ebbf23bfb
commit
e4f4470962
|
|
@ -574,6 +574,7 @@ CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
|
|||
CONFIG_CRYPTO_CHACHA20POLY1305=y
|
||||
CONFIG_CRYPTO_ADIANTUM=y
|
||||
CONFIG_CRYPTO_XCBC=y
|
||||
CONFIG_CRYPTO_MD5=y
|
||||
CONFIG_CRYPTO_LZ4=y
|
||||
CONFIG_CRYPTO_ZSTD=y
|
||||
CONFIG_CRYPTO_ANSI_CPRNG=y
|
||||
|
|
|
|||
|
|
@ -511,6 +511,7 @@ CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
|
|||
CONFIG_CRYPTO_CHACHA20POLY1305=y
|
||||
CONFIG_CRYPTO_ADIANTUM=y
|
||||
CONFIG_CRYPTO_XCBC=y
|
||||
CONFIG_CRYPTO_MD5=y
|
||||
CONFIG_CRYPTO_SHA256_SSSE3=y
|
||||
CONFIG_CRYPTO_AES_NI_INTEL=y
|
||||
CONFIG_CRYPTO_LZ4=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user