mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 02:45:41 +01:00
Fix missing includes
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
10117d673e
commit
d5a392aa2c
@ -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 "mbedtls/ssl_internal.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 New Issue
Block a user