Re: CVS on Mac OS 10.4.10



Wolfgang Burger wrote:
...
> output of make:
> 
> mac339:~/Desktop/radiusCVS/radiusd system$ make
...
> /Users/system/Desktop/radiusCVS/radiusd/src/freeradius-devel/md4.h:66:
> error: conflicting types for 'MD4_CTX'
> /usr/include/openssl/md4.h:105: error: previous declaration of 'MD4_CTX'
> was here
...
> Any hints for me?

  Edit src/include/md4.h, and add a line at the top:

#define HEADER_MD4_H (1)

  This should prevent the FreeRADIUS MD4 functions from conflicting with
the OpenSSL MD4 functions.

  Alan DeKok.




This archive was generated by a fusion of Pipermail (Mailman edition) and MHonArc.