> On Thu, Nov 15, 2007, Amos Jeffries wrote: >> Adrian Chadd wrote: >> >Guys, >> > >> >The md5 code hacks in squid-2.HEAD doesn't even compile under macos/x >> >because >> >of a lack of: >> > >> >* sys/types.h include before including the system/openssl md5 header; >> >* defining MD5_DIGEST_CHARS or whatever that define is meant to be >> > >> >> I see you ave committed the fix for the sys/types include. >> Does that also solve the MD5_DIGEST_CHARS problem on MacOSX ? > > Not completely. I'll look at it again tomorrow. >
Okay. Well could you check the current version in HEAD instead. It should cope with missing or variant MD5_DIGEST_CHARS by ignoring the OS version. I'm just not 100% certain of the precompiler logics yet. Amos
