Re: [openssl.org #1780] OSCP_REQUEST name collision between ossl_typ.h and Wincrypt.h using Windows Platform SDK 6.0a in openssl-0.9.8h and openssl-0.9.8i

2008-11-12 Thread Roumen Petrov
Duplicate, see lists for solutions. Roumen __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1780] OSCP_REQUEST name collision between ossl_typ.h and Wincrypt.h using Windows Platform SDK 6.0a in openssl-0.9.8h and openssl-0.9.8i

2008-11-11 Thread Bill Segall via RT
The solution would seem to be to change the name of OSCP_REQUEST to OSSL_OSCP_REQUEST. Similarly for OSCP_RESPONSE. A workaround is to #include Wincrypt.h and then #undef OSCP_REQUEST/RESPONSE before including openssl.h. It's possible to install the Windows Platform SDK 6.0a for Visual Studio