]> git.saurik.com Git - redis.git/blobdiff - sha1.c
Fix for DEBUG DIGEST
[redis.git] / sha1.c
diff --git a/sha1.c b/sha1.c
index 79bdcd5a7dcc3443900c81e6b9f5a083d94b99cc..7250fc6023179827b51c5ce96fd8bc55fa4032bd 100644 (file)
--- a/sha1.c
+++ b/sha1.c
@@ -49,7 +49,7 @@ A million repetitions of "a"
     defined(apollo) || defined(__convex__) || defined(_CRAY) || \
     defined(__hppa) || defined(__hp9000) || \
     defined(__hp9000s300) || defined(__hp9000s700) || \
-    defined (BIT_ZERO_ON_LEFT) || defined(m68k)
+    defined (BIT_ZERO_ON_LEFT) || defined(m68k) || defined(__sparc)
 #define BYTE_ORDER     BIG_ENDIAN
 #endif
 #endif /* linux */