mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 08:15:44 +01:00
Fixup: Correct include paths for TinyCrypt header files
TinyCrypt header files are expected in 'tinycrypt' folder relative to the include path.
This commit is contained in:
parent
ad353f289b
commit
496b83ff1b
@ -46,7 +46,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_USE_TINYCRYPT)
|
||||
#include "ecc.h"
|
||||
#include "tinycrypt/ecc.h"
|
||||
#endif
|
||||
|
||||
#if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && \
|
||||
|
@ -34,8 +34,8 @@
|
||||
#include <string.h>
|
||||
|
||||
#if defined(MBEDTLS_USE_TINYCRYPT)
|
||||
#include "mbedtls/ecc.h"
|
||||
#include "mbedtls/ecc_dsa.h"
|
||||
#include "tinycrypt/ecc.h"
|
||||
#include "tinycrypt/ecc_dsa.h"
|
||||
#include "mbedtls/asn1.h"
|
||||
#include "mbedtls/asn1write.h"
|
||||
#else
|
||||
|
@ -53,7 +53,7 @@
|
||||
#include "mbedtls/pkcs12.h"
|
||||
#endif
|
||||
#if defined(MBEDTLS_USE_TINYCRYPT)
|
||||
#include "mbedtls/ecc.h"
|
||||
#include "tinycrypt/ecc.h"
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_PLATFORM_C)
|
||||
|
Loading…
Reference in New Issue
Block a user