Address style feedback comments

Merge declarations of same type together.

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Matt Caswell 2016-09-29 10:06:11 +01:00
parent 7facdbd66f
commit 25849a8f8b

View File

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