On Sat, Aug 10, 2002 at 04:02:10PM -0700, Mike Castle wrote:
> 
> 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?

It is already attacked under
  http://www.aet.tu-cottbus.de/rt2/Ticket/Display.html?id=172

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to