mirror of
https://github.com/openssl/openssl.git
synced 2024-12-18 22:43:41 +08:00
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
@ -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 New Issue
Block a user