Config.in 309 B

123456789
  1. config BR2_PACKAGE_LIBSHA1
  2. bool "libsha1"
  3. help
  4. libsha1 is a tiny library providing SHA1 implementation,
  5. created for facilitating X server compilation on devices
  6. when larger libraries containing SHA1 implementations
  7. (OpenSSL, Mozilla NSS) are not needed.
  8. https://github.com/dottedmag/libsha1