Using openssl-0.9.7-beta3, glibc-2.2.5, and linux-2.4.19.
nexus@thune[3:58pm]~(529) cat a.c
#include <openssl/des.h>
#include <crypt.h>
nexus@thune[3:58pm]~(530) gcc -c a.c
In file included from a.c:2:
/usr/include/crypt.h:33: parse error before `('
/usr/include/crypt.h:33: parse error before `__const'
nexus@thune[3:58pm]~(531) cat -n /usr/include/crypt.h | grep -w 33
33 extern char *crypt (__const char *__key, __const char *__salt) __THROW;
Unsurpising it's the #define crypt DES_crypt causing the issue.
I'm just having issues building other software (in this case,
openldap-2.1.3), but, should this be a supported set of includes?
mrc
--
Mike Castle [EMAIL PROTECTED] www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan. -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]