Because USER_API_ENABLE_OBSOLETE is not enabled, then CRYPTO_ARC4 is effectively disabled anyway. Also disable the library support. Found by merge_config.sh which has improved config checks.
Signed-off-by: Mikko Rapeli <[email protected]> --- ktypes/base/base.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/ktypes/base/base.cfg b/ktypes/base/base.cfg index f1e4ed08e718..6e0c760693d4 100644 --- a/ktypes/base/base.cfg +++ b/ktypes/base/base.cfg @@ -1074,8 +1074,6 @@ CONFIG_DEBUG_INFO=n # CONFIG_CRYPTO=y CONFIG_CRYPTO_DES=y # OVERRIDE:$MODULE_OR_Y -CONFIG_CRYPTO_ARC4=y # OVERRIDE:$MODULE_OR_Y -CONFIG_CRYPTO_LIB_ARC4=y # OVERRIDE:$MODULE_OR_Y CONFIG_CRYPTO_USER_API_HASH=m CONFIG_CRYPTO_USER_API_SKCIPHER=m CONFIG_CRYPTO_USER_API_RNG=m -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16138): https://lists.yoctoproject.org/g/linux-yocto/message/16138 Mute This Topic: https://lists.yoctoproject.org/mt/117176755/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
