mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-12 06:07:49 +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
@@ -20,7 +20,7 @@
|
||||
|
||||
HEADER_INCLUDED
|
||||
|
||||
const char *mbedtls_high_level_strerr(int error_code)
|
||||
static const char *mbedtls_high_level_strerr(int error_code)
|
||||
{
|
||||
int high_level_error_code;
|
||||
|
||||
@@ -43,7 +43,7 @@ const char *mbedtls_high_level_strerr(int error_code)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
const char *mbedtls_low_level_strerr(int error_code)
|
||||
static const char *mbedtls_low_level_strerr(int error_code)
|
||||
{
|
||||
int low_level_error_code;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user