260-lib-arc4-unhide.patch 427 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/crypto/Kconfig
  5. +++ b/crypto/Kconfig
  6. @@ -1151,7 +1151,7 @@ config CRYPTO_ANUBIS
  7. <http://www.larc.usp.br/~pbarreto/AnubisPage.html>
  8. config CRYPTO_LIB_ARC4
  9. - tristate
  10. + tristate "ARC4 cipher library"
  11. config CRYPTO_ARC4
  12. tristate "ARC4 cipher algorithm"