The upstream discussion about solving Big Endian detection concluded
with something that hopefully works on all our platforms, see
https://github.com/cr-marcstevens/sha1collisiondetection/pull/34
This updates us to the latest upstream commit.
Junio C Hamano (1):
sha1collisiondetection: automatically enable when submodule is
populated
Ævar Arnfjörð Bjarmason (2):
sha1dc: update from upstream
sha1dc: optionally use sha1collisiondetection as a submodule
.gitmodules | 4 +++
Makefile | 16 +++++++++
hash.h | 4 +++
sha1collisiondetection | 1 +
sha1dc/sha1.c | 90 +++++++++++++++++++++++++++++++++++++-------------
5 files changed, 92 insertions(+), 23 deletions(-)
create mode 100644 .gitmodules
create mode 160000 sha1collisiondetection
--
2.13.1.611.g7e3b11ae1