Fix a few style issues
This commit is contained in:
parent
8794a4290d
commit
ec1c222947
5 changed files with 6 additions and 6 deletions
|
@ -1663,7 +1663,7 @@ read_record_header:
|
|||
{
|
||||
ciph_offset = 35 + sess_len;
|
||||
}
|
||||
#endif
|
||||
#endif /* MBEDTLS_SSL_PROTO_TLS */
|
||||
|
||||
ciph_len = ( buf[ciph_offset + 0] << 8 )
|
||||
| ( buf[ciph_offset + 1] );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue