diff options
author | Christian Beier <dontmind@freeshell.org> | 2011-09-23 01:22:56 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2011-09-23 01:22:56 +0200 |
commit | 7c0aa2a0c0b8b6882110a08c19362da9c47913c7 (patch) | |
tree | 8b02068002cbda9c143f1284c76d8a42ed4b6f32 | |
parent | b1561e14a1e9ec5b246c0414fe1c26b15b0d17f4 (diff) | |
parent | 78bd41ad5e7629e92dffdbe8ac98b3bae104f645 (diff) | |
download | libvncserver-7c0aa2a0c0b8b6882110a08c19362da9c47913c7.zip libvncserver-7c0aa2a0c0b8b6882110a08c19362da9c47913c7.tar.gz |
Merge branch 'websockets' of https://github.com/kanaka/libvncserver into websockets
-rw-r--r-- | common/md5.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/md5.c b/common/md5.c index c1f3cf2..e185bc1 100644 --- a/common/md5.c +++ b/common/md5.c @@ -28,7 +28,7 @@ #include "md5.h" -#ifdef _LIBC +/* #ifdef _LIBC */ # include <endian.h> # if __BYTE_ORDER == __BIG_ENDIAN # define WORDS_BIGENDIAN 1 @@ -42,7 +42,7 @@ # define md5_read_ctx __md5_read_ctx # define md5_stream __md5_stream # define md5_buffer __md5_buffer -#endif +/* #endif */ #ifdef WORDS_BIGENDIAN # define SWAP(n) \ |