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.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to