psa_crypto_stubs/changelog: fix typos

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2024-03-01 18:04:14 +01:00
parent 1a58e9a232
commit ada2ec3482
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@ Features
* mbedtls_psa_get_random() is always available as soon as
MBEDTLS_PSA_CRYPTO_CLIENT is enabled at build time and psa_crypto_init() is
called at runtime. This together with MBEDTLS_PSA_RANDOM_STATE can be
used as random number generator function(f_rng) and context (p_rng) in
used as random number generator function (f_rng) and context (p_rng) in
legacy functions.

View File

@ -22,4 +22,4 @@ psa_status_t psa_generate_random(uint8_t *output,
return PSA_ERROR_COMMUNICATION_FAILURE;
}
#endif /* MBEDTLS_PSA_CRYPTO_CLIENT !MBEDTLS_PSA_CRYPTO_C */
#endif /* MBEDTLS_PSA_CRYPTO_CLIENT && !MBEDTLS_PSA_CRYPTO_C */