Commit 25849a8f authored by Matt Caswell's avatar Matt Caswell
Browse files

Address style feedback comments



Merge declarations of same type together.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 7facdbd6
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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;