commit | ec1c22294781cb1e43f87990f7399ff91e3c2e04 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Wed Jun 12 10:18:26 2019 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Wed Jun 12 10:18:26 2019 +0200 |
tree | b3cdf85ba53120a8b50bebc7a2173f73ba0aee49 | |
parent | 8794a4290d6da9704d840e0e3795d7ce67d82db2 [diff] [blame] |
Fix a few style issues
diff --git a/library/ssl_srv.c b/library/ssl_srv.c index fda0324..a8fd49b 100644 --- a/library/ssl_srv.c +++ b/library/ssl_srv.c
@@ -1663,7 +1663,7 @@ { ciph_offset = 35 + sess_len; } -#endif +#endif /* MBEDTLS_SSL_PROTO_TLS */ ciph_len = ( buf[ciph_offset + 0] << 8 ) | ( buf[ciph_offset + 1] );