Fixed bug in previous commit.

git-svn-id: http://yate.null.ro/svn/yate/trunk@1069 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-10-06 12:38:29 +00:00
parent ddf3984808
commit 17e2182cfc
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ typedef struct MD5Context {
} MD5_CTX;
#if defined(WORDS_BIGENDIAN) || defined(BIGENDIAN)
#if !(defined(WORDS_BIGENDIAN) || defined(BIGENDIAN))
#define byteReverse(buf, len) /* Nothing */
#else