Update Mbed TLS after corrections for the import procedure

pull/7171/head
Krzysztof Stachowiak 2018-06-07 10:25:21 +02:00 committed by adbridge
parent 1a6028b60d
commit e5b59ab945
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
#define MBEDTLS_X509_USE_C #define MBEDTLS_X509_USE_C
#define MBEDTLS_X509_CRT_PARSE_C #define MBEDTLS_X509_CRT_PARSE_C
#define MBEDTLS_X509_CRL_PARSE_C #define MBEDTLS_X509_CRL_PARSE_C
//#define MBEDTLS_CMAC_C #define MBEDTLS_CMAC_C
/* Miscellaneous options */ /* Miscellaneous options */
#define MBEDTLS_AES_ROM_TABLES #define MBEDTLS_AES_ROM_TABLES

View File

@ -1957,7 +1957,7 @@
* Requires: MBEDTLS_AES_C or MBEDTLS_DES_C * Requires: MBEDTLS_AES_C or MBEDTLS_DES_C
* *
*/ */
//#define MBEDTLS_CMAC_C #define MBEDTLS_CMAC_C
/** /**
* \def MBEDTLS_CTR_DRBG_C * \def MBEDTLS_CTR_DRBG_C