mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-06 03:40:04 +00:00
Remove redundant ret = 1 in dh_client.c
This commit is contained in:
parent
eb8bca6561
commit
6b9bcd6267
@ -209,7 +209,6 @@ int main( void )
|
|||||||
|
|
||||||
if( ( n = (size_t) ( end - p ) ) != rsa.len )
|
if( ( n = (size_t) ( end - p ) ) != rsa.len )
|
||||||
{
|
{
|
||||||
ret = 1;
|
|
||||||
mbedtls_printf( " failed\n ! Invalid RSA signature size\n\n" );
|
mbedtls_printf( " failed\n ! Invalid RSA signature size\n\n" );
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user