[Asterisk-cvs] asterisk md5.c,1.2,1.3

markster at lists.digium.com markster at lists.digium.com
Sat Mar 6 23:45:05 CST 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv18034

Modified Files:
	md5.c 
Log Message:
Fix for endianness (bug #1174)


Index: md5.c
===================================================================
RCS file: /usr/cvsroot/asterisk/md5.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- md5.c	29 Jun 2002 22:09:03 -0000	1.2
+++ md5.c	7 Mar 2004 04:36:52 -0000	1.3
@@ -1,6 +1,6 @@
 /* MD5 checksum routines used for authentication.  Not covered by GPL, but
    in the public domain as per the copyright below */
-
+#include <endian.h>
 # if __BYTE_ORDER == __BIG_ENDIAN || BYTE_ORDER == BIG_ENDIAN
 #  define HIGHFIRST 1
 # endif




More information about the svn-commits mailing list