From: "ukoeppe" <[EMAIL PROTECTED]>
ukoeppe> bcc32 -otmp32\randfile.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q -w-aus
-w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp -c
.\crypto\rand\randfile.c
ukoeppe> .\crypto\rand\randfile.c:
ukoeppe> Warning W8017 c:\Borland\Bcc55\include\sys/stat.h 34: Redefinition of
'S_IFMT' is not identical
ukoeppe> Warning W8017 c:\Borland\Bcc55\include\sys/stat.h 35: Redefinition of
'S_IFDIR' is not identical
I think that to fix this, you should move down the following line:
#include "openssl/e_os.h"
... to be right above the following one:
#include <openssl/crypto.h>
... in crypto/rand/randfile.c
That should also teach us developers not to include e_os.h before all
the system headers are included...
--
Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
Redakteur@Stacken \ SWEDEN \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]