Remove redundant ret = 1 in dh_client.c

This commit is contained in:
Andres Amaya Garcia
2018-06-14 23:01:55 +01:00
parent eb8bca6561
commit 6b9bcd6267
-1
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;
}