commit | b1f6eef88b2449cf23151f5f6949455eee27df8e | [log] [tgz] |
---|---|---|
author | Joe Subbiani <joe.subbiani@arm.com> | Mon Aug 23 11:45:36 2021 +0100 |
committer | Joe Subbiani <joe.subbiani@arm.com> | Mon Aug 23 11:45:36 2021 +0100 |
tree | 298ec4abc1feb310ac2fce36b25970c2a2b66467 | |
parent | a651e6f7625d4a596a5ff6b1ebdff7a996c222b5 [diff] |
Remove commented out code Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
diff --git a/library/ssl_srv.c b/library/ssl_srv.c index 5951f32..210e0d3 100644 --- a/library/ssl_srv.c +++ b/library/ssl_srv.c
@@ -3871,7 +3871,6 @@ if( *p++ != MBEDTLS_BYTE_1( len ) || *p++ != MBEDTLS_BYTE_0( len ) ) { - //p += 2; MBEDTLS_SSL_DEBUG_MSG( 1, ( "bad client key exchange message" ) ); return( MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE ); }