Address style feedback comments
Merge declarations of same type together. Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
7facdbd66f
commit
25849a8f8b
1 changed files with 1 additions and 3 deletions
|
@ -1499,9 +1499,7 @@ WORK_STATE tls_post_process_client_hello(SSL *s, WORK_STATE wst)
|
|||
|
||||
int tls_construct_server_hello(SSL *s)
|
||||
{
|
||||
int sl;
|
||||
int al = SSL_AD_INTERNAL_ERROR;
|
||||
int compm;
|
||||
int sl, compm, al = SSL_AD_INTERNAL_ERROR;
|
||||
size_t len;
|
||||
WPACKET pkt;
|
||||
|
||||
|
|
Loading…
Reference in a new issue