error.c re-generated once more
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
parent
d6c246f5bf
commit
e022938ec7
1 changed files with 0 additions and 5 deletions
|
@ -738,11 +738,6 @@ const char * mbedtls_low_level_strerr( int error_code )
|
||||||
return( "OID - output buffer is too small" );
|
return( "OID - output buffer is too small" );
|
||||||
#endif /* MBEDTLS_OID_C */
|
#endif /* MBEDTLS_OID_C */
|
||||||
|
|
||||||
#if defined(MBEDTLS_PADLOCK_C)
|
|
||||||
case -(MBEDTLS_ERR_PADLOCK_DATA_MISALIGNED):
|
|
||||||
return( "PADLOCK - Input data should be aligned" );
|
|
||||||
#endif /* MBEDTLS_PADLOCK_C */
|
|
||||||
|
|
||||||
#if defined(MBEDTLS_POLY1305_C)
|
#if defined(MBEDTLS_POLY1305_C)
|
||||||
case -(MBEDTLS_ERR_POLY1305_BAD_INPUT_DATA):
|
case -(MBEDTLS_ERR_POLY1305_BAD_INPUT_DATA):
|
||||||
return( "POLY1305 - Invalid input parameter(s)" );
|
return( "POLY1305 - Invalid input parameter(s)" );
|
||||||
|
|
Loading…
Reference in a new issue