1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fix spelling of mbedtls_low_level_strerr

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

View File

@ -7,5 +7,5 @@ API changes
between -32767 and -1 as before. between -32767 and -1 as before.
Removals Removals
* Remove mbedtls_low_level_sterr() and mbedtls_high_level_strerr(), * Remove mbedtls_low_level_strerr() and mbedtls_high_level_strerr(),
since these concepts no longer exists. There is just mbedtls_strerror(). since these concepts no longer exists. There is just mbedtls_strerror().

View File

@ -12,7 +12,7 @@ All values returned by a function to indicate an error now have a defined consta
Generally, functions that used to return the sum of two error codes now return the low-level code. However, as before, the exact error code returned in a given scenario can change without notice unless the condition is specifically described in the function's documentation and no other condition is applicable. Generally, functions that used to return the sum of two error codes now return the low-level code. However, as before, the exact error code returned in a given scenario can change without notice unless the condition is specifically described in the function's documentation and no other condition is applicable.
As a consequence, the functions `mbedtls_low_level_sterr()` and `mbedtls_high_level_strerr()` no longer exist. As a consequence, the functions `mbedtls_low_level_strerr()` and `mbedtls_high_level_strerr()` no longer exist.
### Removed error code names ### Removed error code names