From: Matt Caswell Date: Thu, 5 Jan 2017 15:05:20 +0000 (+0000) Subject: Fix a double blank line style issue X-Git-Tag: OpenSSL_1_1_1-pre1~2795 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3dd826b879f75b54f217bcc2fc18740f10b282fd;p=oweals%2Fopenssl.git Fix a double blank line style issue Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2020) --- diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c index 46819489ee..340cbd403d 100644 --- a/ssl/t1_trce.c +++ b/ssl/t1_trce.c @@ -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];