lib: Remove md5 and sha1 implementations.
authorMark Wielaard <mark@klomp.org>
Mon, 16 Oct 2017 14:16:12 +0000 (16:16 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 20 Oct 2017 11:51:02 +0000 (13:51 +0200)
commita5c72418f5373e8f75a5260c1e75d3f74747f168
tree0ddbbdb64070401d2bfc494ace943ca39823c8a1
parent557c000db9ee0a1df8c10723b6c8df5e01985208
lib: Remove md5 and sha1 implementations.

Only the testcase md5-sha1-test used them. So also remove that testcase.

Signed-off-by: Mark Wielaard <mark@klomp.org>
.gitignore
ChangeLog
lib/ChangeLog
lib/Makefile.am
lib/md5.c [deleted file]
lib/md5.h [deleted file]
lib/sha1.c [deleted file]
lib/sha1.h [deleted file]
tests/ChangeLog
tests/Makefile.am
tests/md5-sha1-test.c [deleted file]