aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nist.c
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-04-11 20:59:58 +0000
committerNils Larsch <nils@openssl.org>2005-04-11 20:59:58 +0000
commit37942fab51409ccb7f1cc9d67e7014c30eeb5343 (patch)
tree90afc8b6dd960d8b00a3027600a68eeb5d43bcb0 /crypto/ec/ecp_nist.c
parent36521f01507bdf6eae6b8dc1b63bcf5ea25f7d56 (diff)
downloadopenssl-37942fab51409ccb7f1cc9d67e7014c30eeb5343.tar.gz
include limits.h for UINT_MAX etc.
Diffstat (limited to 'crypto/ec/ecp_nist.c')
-rw-r--r--crypto/ec/ecp_nist.c2
1 files changed, 2 insertions, 0 deletions
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 <limits.h>
+
#include <openssl/err.h>
#include <openssl/obj_mac.h>
#include "ec_lcl.h"