lede/target/linux/generic/hack-5.4/260-lib-arc4-unhide.patch

16 lines
378 B
Diff
Raw Normal View History

2020-07-02 23:30:56 +08:00
This makes it possible to select CONFIG_CRYPTO_LIB_ARC4 directly. We
need this to be able to compile this into the kernel and make use of it
from backports.
2021-05-20 12:54:36 +08:00
--- a/lib/crypto/Kconfig
+++ b/lib/crypto/Kconfig
@@ -6,7 +6,7 @@ config CRYPTO_LIB_AES
tristate
2020-07-02 23:30:56 +08:00
config CRYPTO_LIB_ARC4
- tristate
+ tristate "ARC4 cipher library"
config CRYPTO_ARCH_HAVE_LIB_CHACHA
2021-05-20 12:54:36 +08:00
tristate