This is caused by a name clash. In the VC8 file WinCrypt.h the following is defined: PlatformSDK/Include/WinCrypt.h:#define X509_EXTENSIONS ((LPCSTR) 5)
This causes line 207 of openssl/x509.h to be pre-compiled to typedef STACK ((LPCSTR) 5); X509_EXTENSIONS should be renamed to prevent this clash. Regards, Jeroen ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
