mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Drop POLARSSL_ERROR_STRERROR_BC
This commit is contained in:
parent
fc51f40a1a
commit
f9c1387b9d
7 changed files with 1 additions and 55 deletions
|
|
@ -17,13 +17,5 @@ void error_strerror( int code, char *result_str )
|
|||
polarssl_strerror( code, buf, 500 );
|
||||
|
||||
TEST_ASSERT( strcmp( buf, result_str ) == 0 );
|
||||
|
||||
#if defined(POLARSSL_ERROR_STRERROR_BC)
|
||||
memset( buf, 0, sizeof( buf ) );
|
||||
|
||||
error_strerror( code, buf, 500 );
|
||||
|
||||
TEST_ASSERT( strcmp( buf, result_str ) == 0 );
|
||||
#endif
|
||||
}
|
||||
/* END_CASE */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue