[Home]

Summary:ASTERISK-01688: md5.c and aesopt.h don't handle MacOS X
Reporter:lwc (lwc)Labels:
Date Opened:2004-05-24 15:38:07Date Closed:2004-09-25 02:45:06
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:MacOS X behaves like BSD - it needs to include only /usr/include/machine/endian.h.

md5.c line 9 should become:
 #elif defined( BSD ) && ( BSD >= 199103 ) || defined( __APPLE__ )

aesopt.h line 157 is exactly the same  - add on the APPLE bit.
Comments:By: Mark Spencer (markster) 2004-05-24 15:55:15

Fixed in CVS