mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 12:35:20 +00:00
f1c30b2a94
Selective replacement of ``` ^\( *\)\(mbedtls_\(md\|cipher\)_[A-Z_a-z0-9]+\)\((.*)\); ``` by ``` \1if( \2\4 != 0 ) \1{ \1 mbedtls_fprintf( stderr, "\2() returned error\\n" ); \1 goto exit; \1} ``` Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>