include limits.h for UINT_MAX etc.
authorNils Larsch <nils@openssl.org>
Mon, 11 Apr 2005 20:59:58 +0000 (20:59 +0000)
committerNils Larsch <nils@openssl.org>
Mon, 11 Apr 2005 20:59:58 +0000 (20:59 +0000)
crypto/ec/ecp_nist.c

index d2dbfe674327d97e81ab4c92432a2c1ad5d3ec05..f9521c80443102614f252db3e737f4ac53618281 100644 (file)
@@ -61,6 +61,8 @@
  * and contributed to the OpenSSL project.
  */
 
+#include <limits.h>
+
 #include <openssl/err.h>
 #include <openssl/obj_mac.h>
 #include "ec_lcl.h"