mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Update version features.
This commit is contained in:
parent
f93b8bc2e0
commit
51bcd9355b
1 changed files with 6 additions and 0 deletions
|
|
@ -156,6 +156,12 @@ static const char *features[] = {
|
|||
#if defined(MBEDTLS_AES_DECRYPT_ALT)
|
||||
"MBEDTLS_AES_DECRYPT_ALT",
|
||||
#endif /* MBEDTLS_AES_DECRYPT_ALT */
|
||||
#if defined(MBEDTLS_TEST_WO_ENTROPY)
|
||||
"MBEDTLS_TEST_WO_ENTROPY",
|
||||
#endif /* MBEDTLS_TEST_WO_ENTROPY */
|
||||
#if defined(MBEDTLS_ENTROPY_NV_SEED)
|
||||
"MBEDTLS_ENTROPY_NV_SEED",
|
||||
#endif /* MBEDTLS_ENTROPY_NV_SEED */
|
||||
#if defined(MBEDTLS_ENTROPY_HARDWARE_ALT)
|
||||
"MBEDTLS_ENTROPY_HARDWARE_ALT",
|
||||
#endif /* MBEDTLS_ENTROPY_HARDWARE_ALT */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue