Rm obsolete comments
This commit is contained in:
parent
52fa38a214
commit
79c4e3ee59
2 changed files with 0 additions and 3 deletions
|
@ -6017,7 +6017,6 @@ static int ssl_check_ctr_renegotiate( mbedtls_ssl_context *ssl )
|
|||
return( 0 );
|
||||
}
|
||||
|
||||
// TODO: adapt for DTLS
|
||||
if( memcmp( ssl->in_ctr, ssl->conf->renego_period, 8 ) <= 0 &&
|
||||
memcmp( ssl->out_ctr, ssl->conf->renego_period, 8 ) <= 0 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue