mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00: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
3 changed files with 4 additions and 4 deletions
|
|
@ -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) ) && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue