261-lib-arc4-unhide.patch 681 B

123456789101112131415161718192021222324
  1. From 241e5d3f7b0dd3c01f8c7fa83cbc9a3882286d53 Mon Sep 17 00:00:00 2001
  2. From: libreCMC community <openwrt-devel@lists.openwrt.org>
  3. Date: Wed, 13 Jul 2022 13:35:18 +0200
  4. Subject: [PATCH] lib/crypto: add tristate string for ARC4
  5. This makes it possible to select CONFIG_CRYPTO_LIB_ARC4 directly. We
  6. need this to be able to compile this into the kernel and make use of it
  7. from backports.
  8. ---
  9. lib/crypto/Kconfig | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. --- a/lib/crypto/Kconfig
  12. +++ b/lib/crypto/Kconfig
  13. @@ -6,7 +6,7 @@ config CRYPTO_LIB_AES
  14. tristate
  15. config CRYPTO_LIB_ARC4
  16. - tristate
  17. + tristate "ARC4 cipher library"
  18. config CRYPTO_ARCH_HAVE_LIB_BLAKE2S
  19. bool