commit | 6b9bcd62676feb1968a81db19c94bce624f3a1e6 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Tue May 01 19:29:14 2018 +0100 |
committer | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Thu Jun 14 23:01:55 2018 +0100 |
tree | 6c7090a5ea277ef17e5c531cf199ef8d63cb4e65 | |
parent | eb8bca65614b793585f87b9403954bf3b2d0b594 [diff] |
Remove redundant ret = 1 in dh_client.c
diff --git a/programs/pkey/dh_client.c b/programs/pkey/dh_client.c index 7ec47ac..3dadf48 100644 --- a/programs/pkey/dh_client.c +++ b/programs/pkey/dh_client.c
@@ -209,7 +209,6 @@ if( ( n = (size_t) ( end - p ) ) != rsa.len ) { - ret = 1; mbedtls_printf( " failed\n ! Invalid RSA signature size\n\n" ); goto exit; }