From 0721731e93eb315ab19418b95fad8690417b8994 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@f38db490-d61c-443f-a65b-d21fe96a405b> Date: Mon, 21 Nov 2005 16:53:51 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'v1-0-10'. git-svn-id: http://svn.digium.com/svn/asterisk/tags/v1-0-10@7178 f38db490-d61c-443f-a65b-d21fe96a405b --- md5.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'md5.c') diff --git a/md5.c b/md5.c index 17a00c6fc..ba29ee255 100755 --- a/md5.c +++ b/md5.c @@ -1,16 +1,6 @@ /* MD5 checksum routines used for authentication. Not covered by GPL, but in the public domain as per the copyright below */ -#if defined( __OpenBSD__ ) -# include -# include -#elif defined( __FreeBSD__ ) || defined( __NetBSD__ ) -# include -# include -#elif defined( BSD ) && ( BSD >= 199103 ) || defined(__APPLE__) -# include -#else -# include -#endif +#include "asterisk/endian.h" # if __BYTE_ORDER == __BIG_ENDIAN || BYTE_ORDER == BIG_ENDIAN # define HIGHFIRST 1 # endif -- cgit v1.2.3