diff --git a/mz_crypt_openssl.c b/mz_crypt_openssl.c index e0db8d72..2a6a4ac8 100644 --- a/mz_crypt_openssl.c +++ b/mz_crypt_openssl.c @@ -16,10 +16,19 @@ #include #include #include +#include +#include #include -#include + +#if defined(MZ_ZIP_SIGNING) +/* Note: https://www.imperialviolet.org/2015/10/17/boringssl.html says that + BoringSSL does not support CMS. "#include " will fail. See + https://bugs.chromium.org/p/boringssl/issues/detail?id=421 +*/ #include +#include #include +#endif /***************************************************************************/