Config.in 389 B

123456789101112
  1. config BR2_PACKAGE_MCRYPT
  2. bool "mcrypt"
  3. depends on BR2_USE_MMU # fork()
  4. select BR2_PACKAGE_LIBMCRYPT
  5. select BR2_PACKAGE_LIBMHASH
  6. help
  7. MCrypt is a replacement for the old crypt() package and
  8. crypt(1) command, with extensions.
  9. It allows developers to use a wide range of encryption
  10. functions, without making drastic changes to their code.
  11. http://mcrypt.sourceforge.net/