Remove redundant ret = 1 in dh_client.c

This commit is contained in:
Andres Amaya Garcia 2018-05-01 19:29:14 +01:00 committed by Simon Butcher
parent cfb61b33cf
commit 808a09ca85

View file

@ -209,7 +209,6 @@ int main( void )
if( ( n = (size_t) ( end - p ) ) != rsa.len )
{
ret = 1;
mbedtls_printf( " failed\n ! Invalid RSA signature size\n\n" );
goto exit;
}