From: Nils Larsch Date: Mon, 11 Apr 2005 20:59:58 +0000 (+0000) Subject: include limits.h for UINT_MAX etc. X-Git-Tag: BEN_FIPS_TEST_8~42^2~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37942fab51409ccb7f1cc9d67e7014c30eeb5343;p=openssl include limits.h for UINT_MAX etc. --- diff --git a/crypto/ec/ecp_nist.c b/crypto/ec/ecp_nist.c index d2dbfe6743..f9521c8044 100644 --- a/crypto/ec/ecp_nist.c +++ b/crypto/ec/ecp_nist.c @@ -61,6 +61,8 @@ * and contributed to the OpenSSL project. */ +#include + #include #include #include "ec_lcl.h"