Commit 58c9e32a authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix some minor style issues



Add a blank line, take one away - due to feedback received during review.

Reviewed-by: default avatarKurt Roeckx <kurt@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 64386324
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1427,8 +1427,8 @@ MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt)

    sk_SSL_CIPHER_free(ciphers);
    OPENSSL_free(clienthello.pre_proc_exts);
    return MSG_PROCESS_ERROR;

    return MSG_PROCESS_ERROR;
}

WORK_STATE tls_post_process_client_hello(SSL *s, WORK_STATE wst)