fix bug related to big endian

This commit is contained in:
zribiahmed 2013-02-21 16:28:07 +00:00
parent 6e951748a3
commit e3913fc833

View file

@ -17,6 +17,9 @@
#include "md5.h"
# if __BYTE_ORDER == __BIG_ENDIAN
#define HIGHFIRST
#endif
#ifndef HIGHFIRST
#define byteReverse(buf, len) /* Nothing */