mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-24 19:43:32 +00:00
Update version_features for new PSA crypto config
The version features library needed updating to support the new MBEDTLS_PSA_CRYPTO_CONFIG definition. Signed-off-by: John Durkop <john.durkop@fermatsoftware.com>
This commit is contained in:
parent
2542c21ba8
commit
39e09672a3
@ -576,6 +576,9 @@ static const char * const features[] = {
|
||||
#if defined(MBEDTLS_USE_PSA_CRYPTO)
|
||||
"MBEDTLS_USE_PSA_CRYPTO",
|
||||
#endif /* MBEDTLS_USE_PSA_CRYPTO */
|
||||
#if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
|
||||
"MBEDTLS_PSA_CRYPTO_CONFIG",
|
||||
#endif /* MBEDTLS_PSA_CRYPTO_CONFIG */
|
||||
#if defined(MBEDTLS_VERSION_FEATURES)
|
||||
"MBEDTLS_VERSION_FEATURES",
|
||||
#endif /* MBEDTLS_VERSION_FEATURES */
|
||||
|
Loading…
x
Reference in New Issue
Block a user