diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/urldata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 20e339bf9..ae6326a4e 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 <cyassl/openssl/ssl.h> #endif |