1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Copyediting

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2025-06-26 19:05:55 +02:00
parent ac18d0c0db
commit 5acb3a5969
2 changed files with 2 additions and 2 deletions

View File

@ -25,4 +25,4 @@ Many legacy error codes have been removed in favor of PSA error codes. Generally
| `MBEDTLS_ERR_OID_BUF_TOO_SMALL` | `PSA_ERROR_BUFFER_TOO_SMALL`
| `MBEDTLS_ERR_OID_NOT_FOUND` | `PSA_ERROR_NOT_SUPPORTED` |
See also the corresponding section in the TF-PSA-Crypto migration guide, which lists errors from cryptography modules.
See also the corresponding section in the TF-PSA-Crypto migration guide, which lists error codes from cryptography modules.