Enable ASN1 parsing for KW

Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
Fabio Utzig 2018-12-27 16:07:15 -02:00 committed by Fabio Utzig
parent 3ac36ead36
commit 3b091f6afd
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@
#define MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES #define MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES
#define MBEDTLS_PLATFORM_PRINTF_ALT #define MBEDTLS_PLATFORM_PRINTF_ALT
#define MBEDTLS_ASN1_PARSE_C
#if !defined(CONFIG_ARM) #if !defined(CONFIG_ARM)
#define MBEDTLS_HAVE_ASM #define MBEDTLS_HAVE_ASM
#endif #endif