commit | 1a9a69778e2bdd4280c71ddcbd2a8a0731828bc3 | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Tue Jan 09 09:37:06 2024 +0000 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Mon Jan 22 15:58:57 2024 +0000 |
tree | 62be0e899342be4153832a5366252ed7a095a24b | |
parent | 8cdb6064de78582a3bed86524bb342a393e19150 [diff] [blame] |
Fix 'missing prototype' warnings Signed-off-by: Janos Follath <janos.follath@arm.com>
diff --git a/library/bignum.c b/library/bignum.c index 74f10af..fadd9e9 100644 --- a/library/bignum.c +++ b/library/bignum.c
@@ -30,6 +30,7 @@ #include "mbedtls/platform_util.h" #include "mbedtls/error.h" #include "constant_time_internal.h" +#include "bignum_internal.h" #include <limits.h> #include <string.h>