2021-11-05 04:52:43 +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.
|
|
|
|
|
|
|
|
|
|
--- a/lib/crypto/Kconfig
|
|
|
|
|
+++ b/lib/crypto/Kconfig
|
2022-06-06 15:46:34 +08:00
|
|
|
@@ -6,7 +6,7 @@ config CRYPTO_LIB_AES
|
2021-11-05 04:52:43 +08:00
|
|
|
tristate
|
|
|
|
|
|
|
|
|
|
config CRYPTO_LIB_ARC4
|
|
|
|
|
- tristate
|
|
|
|
|
+ tristate "ARC4 cipher library"
|
|
|
|
|
|
|
|
|
|
config CRYPTO_ARCH_HAVE_LIB_BLAKE2S
|
2022-05-30 17:30:24 +08:00
|
|
|
bool
|