TLS1.3: Alignment coding styles based on comments
Fix kinds of alignment issues in fetch handshake messages. Signed-off-by: XiaokangQian <xiaokang.qian@arm.com>
This commit is contained in:
parent
6b226b0874
commit
16c61aa738
2 changed files with 8 additions and 9 deletions
|
@ -1493,9 +1493,9 @@ static inline void mbedtls_ssl_handshake_set_state( mbedtls_ssl_context *ssl,
|
|||
* Fetch TLS 1.3 handshake message header
|
||||
*/
|
||||
int mbedtls_ssl_tls1_3_fetch_handshake_msg( mbedtls_ssl_context *ssl,
|
||||
unsigned hs_type,
|
||||
unsigned char **buf,
|
||||
size_t *buf_len );
|
||||
unsigned hs_type,
|
||||
unsigned char **buf,
|
||||
size_t *buf_len );
|
||||
|
||||
/*
|
||||
* Write TLS 1.3 handshake message header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue