Index: files/patch-git_fd89e242 =================================================================== --- files/patch-git_fd89e242 (nonexistent) +++ files/patch-git_fd89e242 (working copy) @@ -0,0 +1,18 @@ +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 Property changes on: files/patch-git_fd89e242 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property