Remove unnecessary whitespace in ssl_extract_add_data_from_record()
This commit is contained in:
parent
28a0c4e149
commit
24ce1eba66
1 changed files with 1 additions and 1 deletions
|
@ -1651,7 +1651,7 @@ static void ssl_extract_add_data_from_record( unsigned char* add_data,
|
|||
|
||||
memcpy( add_data, rec->ctr, sizeof( rec->ctr ) );
|
||||
add_data[8] = rec->type;
|
||||
memcpy( add_data + 9, rec->ver, sizeof( rec->ver ) );
|
||||
memcpy( add_data + 9, rec->ver, sizeof( rec->ver ) );
|
||||
|
||||
#if defined(MBEDTLS_SSL_CID)
|
||||
memcpy( add_data + 11, rec->cid, rec->cid_len );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue