Added MBEDTLS_CMAC_C
This commit is contained in:
parent
45feb6ef20
commit
c45554448c
1 changed files with 3 additions and 0 deletions
|
@ -462,6 +462,9 @@ static const char *features[] = {
|
|||
#if defined(MBEDTLS_CERTS_C)
|
||||
"MBEDTLS_CERTS_C",
|
||||
#endif /* MBEDTLS_CERTS_C */
|
||||
#if defined(MBEDTLS_CMAC_C)
|
||||
"MBEDTLS_CMAC_C",
|
||||
#endif /* MBEDTLS_CMAC_C */
|
||||
#if defined(MBEDTLS_CIPHER_C)
|
||||
"MBEDTLS_CIPHER_C",
|
||||
#endif /* MBEDTLS_CIPHER_C */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue