Merge branch 'ab/sha1dc'

Update collision-detecting SHA-1 code to build properly on HP-UX.

* ab/sha1dc:
  sha1dc: update from upstream
This commit is contained in:
Junio C Hamano 2019-05-19 16:45:34 +09:00
commit ed8a451689
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 16033998da4b273aebd92c84b1e1b12e4aaf7009
Subproject commit 855827c583bc30645ba427885caa40c5b81764d2

View File

@ -93,7 +93,7 @@
#define SHA1DC_BIGENDIAN
/* Not under GCC-alike or glibc or *BSD or newlib or <processor whitelist> */
#elif (defined(_AIX))
#elif (defined(_AIX) || defined(__hpux))
/*
* Defines Big Endian on a whitelist of OSs that are known to be Big