From: Mark Spencer Date: Mon, 24 May 2004 20:09:05 +0000 (+0000) Subject: Fix AES for MacOS build X-Git-Tag: 1.0.0-rc1~390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af69f683590552724357c42a96f323ed007b5162;p=thirdparty%2Fasterisk.git Fix AES for MacOS build git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3061 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/aesopt.h b/aesopt.h index 9919f6c50e..571b7c4529 100755 --- a/aesopt.h +++ b/aesopt.h @@ -154,7 +154,7 @@ #elif defined( __FreeBSD__ ) # include # include -#elif defined( BSD ) && ( BSD >= 199103 ) +#elif defined( BSD ) && ( BSD >= 199103 ) || defined(__APPLE__) # include #elif defined( __GNUC__ ) || defined( __GNU_LIBRARY__ ) # include diff --git a/md5.c b/md5.c index abb277ac01..9388a820e4 100755 --- a/md5.c +++ b/md5.c @@ -6,7 +6,7 @@ #elif defined( __FreeBSD__ ) # include # include -#elif defined( BSD ) && ( BSD >= 199103 ) +#elif defined( BSD ) && ( BSD >= 199103 ) || defined(__APPLE__) # include #else # include