3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-21 22:09:23 +01:00

tools: Remove ARC4 from t-runner reference config

ARC4 is now supported natively inside ell and has been made unavailable
via the skcipher userspace API.
This commit is contained in:
Denis Kenzior 2022-07-14 11:49:30 -05:00
parent 043a6959e0
commit ee68e44b80

View File

@ -32,7 +32,6 @@ scripts/config --enable CONFIG_CRYPTO_CBC
scripts/config --enable CONFIG_CRYPTO_CMAC
scripts/config --enable CONFIG_CRYPTO_DES
scripts/config --enable CONFIG_CRYPTO_DES3_EDE_X86_64
scripts/config --enable CONFIG_CRYPTO_ARC4
scripts/config --enable CONFIG_CRYPTO_HMAC
scripts/config --enable CONFIG_KEYS
scripts/config --enable CONFIG_KEY_DH_OPERATIONS