]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Split libmd dependency due to MD5 functions from SHA requirements
authorGuillem Jover <guillem@hadrons.org>
Sun, 28 Nov 2021 21:40:58 +0000 (22:40 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sun, 28 Nov 2021 21:40:58 +0000 (22:40 +0100)
commit25d35625ebd8e41756751cbb069dd607fc9fc49f
treec157d1778057ea6a9feedd5382512a845a667475
parent500b3080a2fd27dcd14113235e05ca003ce23190
build: Split libmd dependency due to MD5 functions from SHA requirements

To be able to rework the md5 deprecation logic, we need to detangle when
we depend on libmd due to requiring MD5 functions, which might be
otherwise provided by libc, or when we require SHA functions for the
internal getentropy() implementation.
configure.ac
src/Makefile.am
src/libbsd-overlay.pc.in
src/libbsd.pc.in