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:
commit
ed8a451689
@ -1 +1 @@
|
||||
Subproject commit 16033998da4b273aebd92c84b1e1b12e4aaf7009
|
||||
Subproject commit 855827c583bc30645ba427885caa40c5b81764d2
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user