libmicrohttpd: Use external hashing functions
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>
Sun, 27 Oct 2024 16:23:40 +0000 (17:23 +0100)
committerRosen Penev <rosenp@gmail.com>
Sun, 27 Oct 2024 22:51:33 +0000 (15:51 -0700)
commit0689238ef3d03198001606821b3e2ebd7aa116df
tree2a22a78e40cb4e6eea56b23c3eb26b89b27aa8fe
parentc60190ae673400dcf91a97b022afa5a25d9666c7
libmicrohttpd: Use external hashing functions

When compiled with GnuTLS external functions can be used to calculate
hashes. Enable them to reduce the library binary size (by disabling
internal code for hash calculations).
Note: libmicrohttpd 1.0.0 or later required

Signed-off-by: Evgeny Grin (Karlson2k) <k2k@narod.ru>
libs/libmicrohttpd/Makefile