xref: /OK3568_Linux_fs/buildroot/package/libsha1/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
9	  https://github.com/dottedmag/libsha1
10