commit | 58efe6184ecc32f4fb7f99df45fe99da15a087e2 | [log] [tgz] |
---|---|---|
author | Tom Cosgrove <tom.cosgrove@arm.com> | Mon Nov 15 09:59:53 2021 +0000 |
committer | Tom Cosgrove <tom.cosgrove@arm.com> | Mon Nov 15 09:59:53 2021 +0000 |
tree | ebeafb25431ebc93abe0773e4ce72f11663572bc | |
parent | 95c3971c81f92e0051b7bc08ba0a5c413dec9345 [diff] [blame] |
Fix builds when config.h only defines MBEDTLS_BIGNUM_C Fixes #4929 Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
diff --git a/library/bignum.c b/library/bignum.c index 3643326..b7718e2 100644 --- a/library/bignum.c +++ b/library/bignum.c
@@ -42,6 +42,7 @@ #include "mbedtls/platform_util.h" #include "mbedtls/error.h" +#include <limits.h> #include <string.h> #if defined(MBEDTLS_PLATFORM_C)