I've just downloaded the November 5th 0.9.7 snapshot and found a bug on
Windows. The fix is a single liner, so I haven't gone to the trouble of
preparing a patch:
apps/ca.c line#96 needs to be changed from:
# elif !defined(OPENSSL_SYS_VXWORKS)
to:
# elif !defined(OPENSSL_SYS_VXWORKS) && !defined(OPENSSL_SYS_WINDOWS)
to keep sys/file.h from being included on Windows platforms (it doesn't
exist).
I guess some recent change has resulted in ca.c not indirectly including
e_os.h, because it was the inclusion of the definitions in this file that
prevented this bug from showing up previously.
Regards,
Steven
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]