projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36521f0
)
include limits.h for UINT_MAX etc.
author
Nils Larsch
<nils@openssl.org>
Mon, 11 Apr 2005 20:59:58 +0000
(20:59 +0000)
committer
Nils Larsch
<nils@openssl.org>
Mon, 11 Apr 2005 20:59:58 +0000
(20:59 +0000)
crypto/ec/ecp_nist.c
patch
|
blob
|
history
diff --git
a/crypto/ec/ecp_nist.c
b/crypto/ec/ecp_nist.c
index d2dbfe674327d97e81ab4c92432a2c1ad5d3ec05..f9521c80443102614f252db3e737f4ac53618281 100644
(file)
--- 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"