commit | 8b736290adef79089084a8f3b8ba15c086805922 | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Tue Jan 09 09:37:06 2024 +0000 |
committer | Janos Follath <janos.follath@arm.com> | Tue Jan 09 09:37:06 2024 +0000 |
tree | e54d9c24d343be752e3567290ccb50669de9afc3 | |
parent | 6f499b7ed4206b47259c9b413ae17082478c3dad [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>