[openssl.org #172] 0.9.7-beta3: evp.h and compatibility defines break crypt()

2002-11-13 Thread Richard Levitte via RT
This was resolved a while ago by disabling crypt() entirely. If you wish to use an OpenSSL function, use DES_crypt() instead. This ticket is now resolved. -- Richard Levitte __ OpenSSL Project

[openssl.org #172] 0.9.7-beta3: evp.h and compatibility defines break crypt()

2002-09-24 Thread via RT
[jaenicke - Tue Jul 30 19:35:56 2002]: Due to the re-inclusion of all ciphers from evp.h, the des.h header file with the compatibility define of crypt() is included. If a system header file defines crypt() itself, for HP-UX this is sys/unistd.h, it must fail if included only after evp.h

Re: [openssl.org #172] 0.9.7-beta3: evp.h and compatibility defines break crypt()

2002-07-31 Thread Lutz Jaenicke via RT
On Tue, Jul 30, 2002 at 10:38:43PM +0200, Richard Levitte - VMS Whacker via RT wrote: In message [EMAIL PROTECTED] on Tue, 30 Jul 2002 19:36:18 +0200 (METDST), Lutz Jaenicke via RT [EMAIL PROTECTED] said: rt Shall we disable the crypt() function for more platforms, maybe rt even all

[openssl.org #172] 0.9.7-beta3: evp.h and compatibility defines break crypt()

2002-07-30 Thread Lutz Jaenicke via RT
Due to the re-inclusion of all ciphers from evp.h, the des.h header file with the compatibility define of crypt() is included. If a system header file defines crypt() itself, for HP-UX this is sys/unistd.h, it must fail if included only after evp.h (or one of the other header files includinge

Re: [openssl.org #172] 0.9.7-beta3: evp.h and compatibility defines break crypt()

2002-07-30 Thread Richard Levitte - VMS Whacker via RT
In message [EMAIL PROTECTED] on Tue, 30 Jul 2002 19:36:18 +0200 (METDST), Lutz Jaenicke via RT [EMAIL PROTECTED] said: rt Shall we disable the crypt() function for more platforms, maybe rt even all platforms? Maybe we should have a macro OPENSSL_NO_CRYPT, which is defined by default...