From 8b736290adef79089084a8f3b8ba15c086805922 Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Tue, 9 Jan 2024 09:37:06 +0000 Subject: [PATCH] Fix 'missing prototype' warnings Signed-off-by: Janos Follath --- library/bignum.c | 1 + 1 file changed, 1 insertion(+) diff --git a/library/bignum.c b/library/bignum.c index 74f10af8d..fadd9e9cc 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 #include