From: Nils Larsch Date: Mon, 11 Apr 2005 20:59:58 +0000 (+0000) Subject: include limits.h for UINT_MAX etc. X-Git-Tag: OpenSSL_0_9_8-beta1~13^2~204 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=37942fab51409ccb7f1cc9d67e7014c30eeb5343;p=oweals%2Fopenssl.git 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"