mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-10 06:31:12 +00:00
Added MBEDTLS_CMAC_C
This commit is contained in:
parent
45feb6ef20
commit
c45554448c
@ -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…
Reference in New Issue
Block a user