mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Minor style changes
1. Rephrase error description. 2. fix alignment of error list.
This commit is contained in:
@ -827,7 +827,7 @@ void mbedtls_strerror( int ret, char *buf, size_t buflen )
|
||||
|
||||
#if defined(MBEDTLS_PLATFORM_C)
|
||||
if( use_ret == -(MBEDTLS_ERR_PLATFORM_HW_FAILED) )
|
||||
mbedtls_snprintf( buf, buflen, "PLATFORM - Hardware platform function failed" );
|
||||
mbedtls_snprintf( buf, buflen, "PLATFORM - Hardware failed platform operation" );
|
||||
#endif /* MBEDTLS_PLATFORM_C */
|
||||
|
||||
#if defined(MBEDTLS_POLY1305_C)
|
||||
|
Reference in New Issue
Block a user