kumquat-buildroot/package/libmd/Config.in
Fabrice Fontaine cc232de771 package/libmd: new package
This library provides message digest functions found on BSD systems
either on their libc (NetBSD, OpenBSD) or libmd (FreeBSD, DragonflyBSD,
macOS, Solaris) libraries and lacking on others like GNU systems.

https://www.hadrons.org/software/libmd/

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-01-09 00:17:09 +01:00

10 lines
307 B
Plaintext

config BR2_PACKAGE_LIBMD
bool "libmd"
help
This library provides message digest functions found on BSD
systems either on their libc (NetBSD, OpenBSD) or libmd
(FreeBSD, DragonflyBSD, macOS, Solaris) libraries and lacking
on others like GNU systems.
https://www.hadrons.org/software/libmd/