Skip to content

Commit f88a095

Browse files
committed
Fix for operation on sparc processors
1 parent a24eef5 commit f88a095

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎lib/sha1.c‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848

4949
#if (defined(_BIG_ENDIAN) || defined(__BIG_ENDIAN) || defined(__BIG_ENDIAN__) || \
5050
defined(__ARMEB__) || defined(__THUMBEB__) || defined(__AARCH64EB__) || \
51-
defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB))
51+
defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || \
52+
defined(__sparc))
5253
#defineSHA1DC_BIGENDIAN
5354
#endif
5455

0 commit comments

Comments
(0)