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

This commit is contained in:
Martin Willi
2014-06-04 15:53:02 +02:00
parent 4163421f91
commit 2dbb719b76
@@ -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;
/**