Fix a few style issues

This commit is contained in:
Manuel Pégourié-Gonnard 2019-06-12 10:18:26 +02:00
parent 8794a4290d
commit ec1c222947
5 changed files with 6 additions and 6 deletions

View file

@ -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] );