x509: Undef OCSP_RESPONSE from <wincrypt.h> before using it

This commit is contained in:
Martin Willi 2013-10-25 16:40:32 +02:00
parent 4163421f91
commit 2dbb719b76
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@
*/
#define OCSP_DEFAULT_LIFETIME 30
/* defined in wincrypt.h */
#ifdef OCSP_RESPONSE
# undef OCSP_RESPONSE
#endif
typedef struct private_x509_ocsp_response_t private_x509_ocsp_response_t;
/**