diff options
author | Nils Larsch <nils@openssl.org> | 2005-04-11 22:59:58 +0200 |
---|---|---|
committer | Nils Larsch <nils@openssl.org> | 2005-04-11 22:59:58 +0200 |
commit | 37942fab51409ccb7f1cc9d67e7014c30eeb5343 (patch) | |
tree | 90afc8b6dd960d8b00a3027600a68eeb5d43bcb0 /crypto/ec/ecp_nist.c | |
parent | Add a NEWS item for 0.9.7g. (diff) | |
download | openssl-37942fab51409ccb7f1cc9d67e7014c30eeb5343.tar.xz openssl-37942fab51409ccb7f1cc9d67e7014c30eeb5343.zip |
include limits.h for UINT_MAX etc.
Diffstat (limited to 'crypto/ec/ecp_nist.c')
-rw-r--r-- | crypto/ec/ecp_nist.c | 2 |
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" |