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
1 changed files with 0 additions and 1 deletions

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