261-lib-arc4-unhide.patch 878 B

12345678910111213141516171819202122232425262728
  1. From: Koen Vandeputte <[email protected]>
  2. Subject: crypto: arc4 unhide
  3. This makes it possible to select CONFIG_CRYPTO_LIB_ARC4 directly. We
  4. need this to be able to compile this into the kernel and make use of it
  5. from backports.
  6. Submitted-by: Koen Vandeputte <[email protected]>
  7. Submitted-by: David Bauer <[email protected]>
  8. Submitted-by: Christian Lamparter <[email protected]>
  9. Submitted-by: Ansuel Smith <[email protected]>
  10. Submitted-by: Robert Marko <[email protected]>
  11. Submitted-by: Hauke Mehrtens <[email protected]>
  12. ---
  13. lib/crypto/Kconfig | 2 +-
  14. 1 file changed, 1 insertion(+), 1 deletion(-)
  15. --- a/lib/crypto/Kconfig
  16. +++ b/lib/crypto/Kconfig
  17. @@ -6,7 +6,7 @@ config CRYPTO_LIB_AES
  18. tristate
  19. config CRYPTO_LIB_ARC4
  20. - tristate
  21. + tristate "ARC4 cipher library"
  22. config CRYPTO_ARCH_HAVE_LIB_BLAKE2S
  23. bool