b61dd269a42e9ec7ab7f281b8e4a498ff78274c6
[openwrt/staging/hauke.git] / target / linux / generic / hack-5.10 / 261-lib-arc4-unhide.patch
1 From: Koen Vandeputte <koen.vandeputte@ncentric.com>
2 Subject: crypto: arc4 unhide
3
4 This makes it possible to select CONFIG_CRYPTO_LIB_ARC4 directly. We
5 need this to be able to compile this into the kernel and make use of it
6 from backports.
7
8 Submitted-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
9 Submitted-by: David Bauer <mail@david-bauer.net>
10 Submitted-by: Christian Lamparter <chunkeey@gmail.com>
11 Submitted-by: Ansuel Smith <ansuelsmth@gmail.com>
12 Submitted-by: Robert Marko <robimarko@gmail.com>
13 Submitted-by: Hauke Mehrtens <hauke@hauke-m.de>
14 ---
15 lib/crypto/Kconfig | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 --- a/lib/crypto/Kconfig
19 +++ b/lib/crypto/Kconfig
20 @@ -6,7 +6,7 @@ config CRYPTO_LIB_AES
21 tristate
22
23 config CRYPTO_LIB_ARC4
24 - tristate
25 + tristate "ARC4 cipher library"
26
27 config CRYPTO_ARCH_HAVE_LIB_BLAKE2S
28 bool