commit fd89e242d16128dedef08f47d99ae56aa19b0591 Author: Ørjan Malde Date: Wed Jul 15 12:16:16 2020 +0200 Include limits.h for INT_MAX diff --git a/lib/zip_crypto_openssl.c b/lib/zip_crypto_openssl.c index 1cb00479..60f92758 100644 --- lib/zip_crypto_openssl.c +++ lib/zip_crypto_openssl.c @@ -38,6 +38,7 @@ #include "zip_crypto.h" #include +#include #if OPENSSL_VERSION_NUMBER < 0x1010000fL || defined(LIBRESSL_VERSION_NUMBER) #define USE_OPENSSL_1_0_API