diff --git a/lib/urldata.h b/lib/urldata.h index 20e339bf94..ae6326a4e5 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -112,6 +112,8 @@ #endif #ifdef USE_CYASSL +#undef OCSP_REQUEST /* avoid cyassl/openssl/ssl.h clash with wincrypt.h */ +#undef OCSP_RESPONSE /* avoid cyassl/openssl/ssl.h clash with wincrypt.h */ #include #endif