1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Fix typos found in PSA Crypto API 1.0 beta2 before publication

This commit is contained in:
Gilles Peskine
2019-02-22 16:42:11 +01:00
parent 9153ec0d04
commit bf7a98b791
2 changed files with 2 additions and 2 deletions

View File

@ -754,7 +754,7 @@ psa_status_t psa_export_public_key(psa_key_handle_t handle,
* to another. The target key retains its lifetime and location.
*
* In an implementation where slots have different ownerships,
* this functin may be used to share a key with a different party,
* this function may be used to share a key with a different party,
* subject to implementation-defined restrictions on key sharing.
* In this case \p constraint would typically prevent the recipient
* from exporting the key.