mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 10:35:40 +00:00
Editorial fixes.
This commit is contained in:
parent
3c2b80377b
commit
8824daec6f
|
@ -409,10 +409,10 @@ psa_status_t psa_open_key(psa_key_id_t id,
|
|||
* with a call to psa_open_key().
|
||||
*
|
||||
* Closing the key handle makes the handle invalid, and the key handle
|
||||
* must not be used again by the application..
|
||||
* must not be used again by the application.
|
||||
*
|
||||
* If the key is currently in use in a multipart operation, then closing the
|
||||
* last handle to the key will abort the multipart operation.
|
||||
* last remaining handle to the key will abort the multipart operation.
|
||||
*
|
||||
* \param handle The key handle to close.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue