mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 00:02:42 +00:00
psa_crypto_stubs/changelog: fix typos
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
1a58e9a232
commit
ada2ec3482
@ -2,5 +2,5 @@ Features
|
|||||||
* mbedtls_psa_get_random() is always available as soon as
|
* mbedtls_psa_get_random() is always available as soon as
|
||||||
MBEDTLS_PSA_CRYPTO_CLIENT is enabled at build time and psa_crypto_init() is
|
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
|
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.
|
legacy functions.
|
||||||
|
@ -22,4 +22,4 @@ psa_status_t psa_generate_random(uint8_t *output,
|
|||||||
return PSA_ERROR_COMMUNICATION_FAILURE;
|
return PSA_ERROR_COMMUNICATION_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* MBEDTLS_PSA_CRYPTO_CLIENT !MBEDTLS_PSA_CRYPTO_C */
|
#endif /* MBEDTLS_PSA_CRYPTO_CLIENT && !MBEDTLS_PSA_CRYPTO_C */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user