]> mj.ucw.cz Git - libucw.git/blobdiff - lib/md5.c
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.8
[libucw.git] / lib / md5.c
index 8bccf00480a26b7720250c872a1c4363474279cc..a0e50ab8925a154450ac388063bff752da739571 100644 (file)
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -20,7 +20,7 @@
 
 #include <string.h>            /* for memcpy() */
 
-#ifndef HIGHFIRST
+#ifdef CPU_LITTLE_ENDIAN
 #define byteReverse(buf, len)  /* Nothing */
 #else
 void byteReverse(unsigned char *buf, unsigned longs);