Commit 3dd826b8 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix a double blank line style issue

parent 0baed5e9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1103,7 +1103,6 @@ static int ssl_print_certificates(BIO *bio, SSL *s, int server, int indent,
            && !ssl_print_hexbuf(bio, indent, "context", 1, &msg, &msglen))
        return 0;


    if (msglen < 3)
        return 0;
    clen = (msg[0] << 16) | (msg[1] << 8) | msg[2];