Skip to content
Snippets Groups Projects
Commit d9359f82 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix for endianness (bug #1174)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2363 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 146469ab
No related branches found
No related tags found
No related merge requests found
/* 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment