x509: Undef OCSP_RESPONSE from <wincrypt.h> before using it
This commit is contained in:
@@ -35,6 +35,11 @@
|
|||||||
*/
|
*/
|
||||||
#define OCSP_DEFAULT_LIFETIME 30
|
#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;
|
typedef struct private_x509_ocsp_response_t private_x509_ocsp_response_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user