Skip to content

Commit

Permalink
Include limits.h for INT_MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
Redfoxymoon committed Jul 15, 2020
1 parent c02d024 commit fd89e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/zip_crypto_openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include "zip_crypto.h"

#include <openssl/rand.h>
#include <limits.h>

#if OPENSSL_VERSION_NUMBER < 0x1010000fL || defined(LIBRESSL_VERSION_NUMBER)
#define USE_OPENSSL_1_0_API
Expand Down

0 comments on commit fd89e24

Please sign in to comment.