aboutsummaryrefslogtreecommitdiffstats
path: root/md5.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-24 20:09:05 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-24 20:09:05 +0000
commitdec424aa1514a16b885b9694bbf3d13b3bedefa1 (patch)
tree472a625a747765ce83e897d5fa2f923e05cf5f1b /md5.c
parent476e3c218e6917fbd504f4f28f3cd0d19697f230 (diff)
Fix AES for MacOS build
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3061 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'md5.c')
-rwxr-xr-xmd5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/md5.c b/md5.c
index abb277ac0..9388a820e 100755
--- a/md5.c
+++ b/md5.c
@@ -6,7 +6,7 @@
#elif defined( __FreeBSD__ )
# include <sys/types.h>
# include <sys/endian.h>
-#elif defined( BSD ) && ( BSD >= 199103 )
+#elif defined( BSD ) && ( BSD >= 199103 ) || defined(__APPLE__)
# include <machine/endian.h>
#else
# include <endian.h>