mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-04 01:09:59 +00:00
Remove mbedtls_low_level_sterr() and mbedtls_high_level_strerr()
Just removed from the API. We can greatly simplify error.c but that will be for later. Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
committed by
David Horstmann
parent
275951292c
commit
1ffdb18cdb
@@ -5,3 +5,7 @@ API changes
|
||||
Mbed TLS error codes..
|
||||
This will not affect most applications since in both cases, the
|
||||
error values are between -32767 and -1 as before.
|
||||
|
||||
Removals
|
||||
* Remove mbedtls_low_level_sterr() and mbedtls_high_level_strerr(),
|
||||
since these concepts no longer exists. There is just mbedtls_strerror().
|
||||
|
||||
Reference in New Issue
Block a user