mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 06:01:11 +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)
|
#if defined(MBEDTLS_USE_PSA_CRYPTO)
|
||||||
"MBEDTLS_USE_PSA_CRYPTO",
|
"MBEDTLS_USE_PSA_CRYPTO",
|
||||||
#endif /* 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)
|
#if defined(MBEDTLS_VERSION_FEATURES)
|
||||||
"MBEDTLS_VERSION_FEATURES",
|
"MBEDTLS_VERSION_FEATURES",
|
||||||
#endif /* MBEDTLS_VERSION_FEATURES */
|
#endif /* MBEDTLS_VERSION_FEATURES */
|
||||||
|
|
Loading…
Reference in a new issue