]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Use libmd hashing function implementations instead of embedding our own
authorGuillem Jover <guillem@hadrons.org>
Sat, 6 Feb 2021 23:09:30 +0000 (00:09 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sun, 7 Feb 2021 00:28:27 +0000 (01:28 +0100)
commit847e682f8de452d5f0038458f06ae68ae3959b3a
tree5c7f97fc9c4b131801f088cd947bc93e26599bc8
parent68f980c90d914e5fd6f7512e00dec334dbb71bed
Use libmd hashing function implementations instead of embedding our own

This splits the implementation responsibilities, and reduces embedded
code copies, which was one of the driving points with this project to
start with, so it's nice to give a good example.
20 files changed:
COPYING
README
configure.ac
include/bsd/md5.h
man/libbsd.7
src/Makefile.am
src/getentropy_aix.c
src/getentropy_hpux.c
src/getentropy_hurd.c
src/getentropy_linux.c
src/getentropy_osx.c
src/getentropy_solaris.c
src/hash/.gitignore [deleted file]
src/hash/helper.c [deleted file]
src/hash/md5.c [deleted file]
src/hash/sha512.h [deleted file]
src/hash/sha512c.c [deleted file]
src/libbsd.map
src/md5.c [new file with mode: 0644]
test/Makefile.am