commit | 87638a9eadec3b768cce3d78bf00fadf4a7498c3 | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Thu Sep 15 20:02:36 2022 +0200 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Fri Sep 30 13:36:39 2022 +0200 |
tree | 2991962adcec83835d54c4339ffce26d544fe4aa | |
parent | 63c3282ec473a76fa7d3d65bc8d57e1fe9022873 [diff] |
Add missing include Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/library/constant_time.c b/library/constant_time.c index 3f324ec..09a86cd 100644 --- a/library/constant_time.c +++ b/library/constant_time.c
@@ -30,6 +30,7 @@ #if defined(MBEDTLS_BIGNUM_C) #include "mbedtls/bignum.h" +#include "bignum_core.h" #endif #if defined(MBEDTLS_SSL_TLS_C)