commit | addb309ad64d1685cd246f65562c5702710c9853 | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Sun Dec 03 09:55:08 2000 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Sun Dec 03 09:55:08 2000 +0000 |
tree | c00c683a11f70e56aee0511d25080edba7088d4b | |
parent | 152a689cf93f2bac78c1b0d6ee24c86640ae0f34 [diff] |
include <limits.h>
diff --git a/crypto/bn/bn_lib.c b/crypto/bn/bn_lib.c index 096bcf1..c71f0b0 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"