Fix missing includes
Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
parent
6565ea0739
commit
5b3a32d883
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
#include "common.h"
|
||||
#include "constant_time.h"
|
||||
#include "mbedtls/error.h"
|
||||
#include "mbedtls/platform_util.h"
|
||||
|
||||
#if defined(MBEDTLS_BIGNUM_C)
|
||||
#include "mbedtls/bignum.h"
|
||||
|
@ -29,6 +30,10 @@
|
|||
#include "ssl_misc.h"
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_RSA_C)
|
||||
#include "mbedtls/rsa.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
int mbedtls_cf_memcmp( const void *a,
|
||||
|
|
Loading…
Reference in a new issue