mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 11:05:47 +01:00
Fix typo in psa config comment
Change "are" to "aren't" to avoid making the comment misleading. Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
4869dcdc90
commit
5256e69cda
@ -253,7 +253,7 @@ extern "C" {
|
|||||||
#endif /* PSA_WANT_ALG_STREAM_CIPHER */
|
#endif /* PSA_WANT_ALG_STREAM_CIPHER */
|
||||||
|
|
||||||
/* The MBEDTLS_PSA_HAVE_SOFT_KEY_TYPE_* are defined if a key type is selected,
|
/* The MBEDTLS_PSA_HAVE_SOFT_KEY_TYPE_* are defined if a key type is selected,
|
||||||
* but we are configured to accelerate this key type. */
|
* but we aren't configured to accelerate this key type. */
|
||||||
#if defined(PSA_WANT_KEY_TYPE_AES) && !defined(MBEDTLS_PSA_ACCEL_KEY_TYPE_AES)
|
#if defined(PSA_WANT_KEY_TYPE_AES) && !defined(MBEDTLS_PSA_ACCEL_KEY_TYPE_AES)
|
||||||
#define PSA_HAVE_SOFT_KEY_TYPE_AES 1
|
#define PSA_HAVE_SOFT_KEY_TYPE_AES 1
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user