]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Switch libmd wrapper to use dlsym()
authorGuillem Jover <guillem@hadrons.org>
Tue, 9 Feb 2021 04:57:37 +0000 (05:57 +0100)
committerGuillem Jover <guillem@hadrons.org>
Tue, 9 Feb 2021 05:23:38 +0000 (06:23 +0100)
commit31f034e3862debda8615a449b1c11c4d6920dcc7
treec50a0346788b6ed2f5cfdceb334116a91dab952e
parent2374f409defb380d0c5c07f28b9c166ef8bdc742
Switch libmd wrapper to use dlsym()

Switch from the previous versioned symbol implementation which required
users to also link against the message digest provider explicitly, or
they would fail to find the symbols, to an implementation that loads
the symbols from the linked library providing the functions using
dlsym(), thus preserving backwards compatibility.
configure.ac
src/md5.c
test/Makefile.am