From 37942fab51409ccb7f1cc9d67e7014c30eeb5343 Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Mon, 11 Apr 2005 20:59:58 +0000 Subject: include limits.h for UINT_MAX etc. --- crypto/ec/ecp_nist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/ec/ecp_nist.c') 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" -- cgit v1.2.3