mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-10 19:27:32 +01:00
fix bug related to big endian
This commit is contained in:
parent
6e951748a3
commit
e3913fc833
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@
|
|||
|
||||
#include "md5.h"
|
||||
|
||||
# if __BYTE_ORDER == __BIG_ENDIAN
|
||||
#define HIGHFIRST
|
||||
#endif
|
||||
|
||||
#ifndef HIGHFIRST
|
||||
#define byteReverse(buf, len) /* Nothing */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue