1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2026-01-06 11:41:12 +03:00

Improve doc wording of PSA status field of mbedtls_cipher_context_t

This commit is contained in:
Hanno Becker
2018-11-20 11:34:34 +00:00
parent 7b05629641
commit 432084d3f8

View File

@@ -326,8 +326,8 @@ typedef struct mbedtls_cipher_context_t
/** Indicates whether the cipher operations should be performed
* by Mbed TLS' own crypto library or an external implementation
* of the PSA Crypto API.
* This is unset if the cipher context is established through
* mbedtls_cipher_setup(), and set if it is established through
* This is unset if the cipher context was established through
* mbedtls_cipher_setup(), and set if it was established through
* mbedtls_cipher_setup_psa().
*/
unsigned char psa_enabled;