bareos2015: bareos-14.2 1593d830

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-14.2 2014-08-20 20:56 bareos-14.2 db6e5456 Pending
Changeset Like with MD5 only use SHA1 implementation as fallback.

Like what we have done with MD5 the SHA1 implementation included is only
used on platforms where we cannot (or do not want) to use the openssl
SHA1 implementation. We include the right include file via the sha1.h
header. We also no longer build the test sha1sum program as the new SHA1
has no test program buildin anymore.
mod - src/lib/Makefile.in Diff File
mod - src/lib/md5.c Diff File
mod - src/lib/sha1.c Diff File
mod - src/lib/sha1.h Diff File