diff options
Diffstat (limited to 'package/libmhash/Config.in')
-rw-r--r-- | package/libmhash/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/libmhash/Config.in b/package/libmhash/Config.in new file mode 100644 index 000000000..a9bd51a2c --- /dev/null +++ b/package/libmhash/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_LIBMHASH + bool "libmhash" + help + Mhash is a free (under GNU Lesser GPL) library which provides + a uniform interface to a large number of hash algorithms. + These algorithms can be used to compute checksums, message digests, + and other signatures. + + http://mhash.sourceforge.net/ |