summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-03 09:55:08 +0000
committerBodo Möller <bodo@openssl.org>2000-12-03 09:55:08 +0000
commitaddb309ad64d1685cd246f65562c5702710c9853 (patch)
treec00c683a11f70e56aee0511d25080edba7088d4b
parent152a689cf93f2bac78c1b0d6ee24c86640ae0f34 (diff)
downloadopenssl-new-addb309ad64d1685cd246f65562c5702710c9853.tar.gz
include <limits.h>
-rw-r--r--crypto/bn/bn_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bn/bn_lib.c b/crypto/bn/bn_lib.c
index 096bcf1835..c71f0b0863 100644
--- a/crypto/bn/bn_lib.c
+++ b/crypto/bn/bn_lib.c
@@ -62,6 +62,7 @@
#endif
#include <assert.h>
+#include <limits.h>
#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"