error.c re-generated once more

Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
TRodziewicz 2021-04-21 13:14:04 +02:00
parent d6c246f5bf
commit e022938ec7

View file

@ -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)" );