1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-10 10:40:59 +03:00

Typo in the documentation of psa_get_key_information

This commit is contained in:
Gilles Peskine
2018-03-21 20:49:16 +01:00
committed by itayzafrir
parent 47c1bc0458
commit 9a1ba0dd3f

View File

@ -392,7 +392,7 @@ psa_status_t psa_destroy_key(psa_key_slot_t key);
* This may be a null pointer, in which case the key type
* is not written.
* \param bits On success, the key size in bits.
* This may be a null pointer, in which case the key type
* This may be a null pointer, in which case the key size
* is not written.
*
* \retval PSA_SUCCESS