mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 05:41:02 +00:00
Remove redundant ret = 1 in dh_client.c
This commit is contained in:
parent
cfb61b33cf
commit
808a09ca85
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue