Skip to content

Commit e5b59ab

Browse files
Krzysztof Stachowiakadbridge
authored andcommitted
Update Mbed TLS after corrections for the import procedure
1 parent 1a6028b commit e5b59ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/mbedtls/inc/mbedtls/config-no-entropy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
#define MBEDTLS_X509_USE_C
8383
#define MBEDTLS_X509_CRT_PARSE_C
8484
#define MBEDTLS_X509_CRL_PARSE_C
85-
//#define MBEDTLS_CMAC_C
85+
#define MBEDTLS_CMAC_C
8686

8787
/* Miscellaneous options */
8888
#define MBEDTLS_AES_ROM_TABLES

features/mbedtls/inc/mbedtls/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,7 @@
19571957
* Requires: MBEDTLS_AES_C or MBEDTLS_DES_C
19581958
*
19591959
*/
1960-
//#define MBEDTLS_CMAC_C
1960+
#define MBEDTLS_CMAC_C
19611961

19621962
/**
19631963
* \def MBEDTLS_CTR_DRBG_C

0 commit comments

Comments
 (0)