cc232de771
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>
10 lines
307 B
Plaintext
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/
|