bareos: master 79badd52

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen master 2014-08-20 18:56 master b61b995d 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