diff --git a/ssl.c b/ssl.c index 7d7ff66ac..5a308b728 100644 --- a/ssl.c +++ b/ssl.c @@ -40,6 +40,14 @@ #ifdef _WIN32 #include #include +#ifdef OPENSSL_IS_BORINGSSL +#undef X509_NAME +#undef X509_EXTENSIONS +#undef PKCS7_ISSUER_AND_SERIAL +#undef PKCS7_SIGNER_INFO +#undef OCSP_REQUEST +#undef OCSP_RESPONSE +#endif #else #include #endif