261-lib-arc4-unhide.patch 375 B

123456789101112131415
  1. This makes it possible to select CONFIG_CRYPTO_LIB_ARC4 directly. We
  2. need this to be able to compile this into the kernel and make use of it
  3. from backports.
  4. --- a/lib/crypto/Kconfig
  5. +++ b/lib/crypto/Kconfig
  6. @@ -6,7 +6,7 @@ config CRYPTO_LIB_AES
  7. tristate
  8. config CRYPTO_LIB_ARC4
  9. - tristate
  10. + tristate "ARC4 cipher library"
  11. config CRYPTO_ARCH_HAVE_LIB_BLAKE2S
  12. bool