summaryrefslogtreecommitdiffstats
path: root/ssl/t1_trce.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-01-05 15:05:20 +0000
committerMatt Caswell <matt@openssl.org>2017-01-06 10:25:13 +0000
commit3dd826b879f75b54f217bcc2fc18740f10b282fd (patch)
tree41fb55bf654837c8667b7f029e121de1c2eb4401 /ssl/t1_trce.c
parent0baed5e90b5c211b092a1279b0dac50166cd34d2 (diff)
Fix a double blank line style issue
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2020)
Diffstat (limited to 'ssl/t1_trce.c')
-rw-r--r--ssl/t1_trce.c1
1 files changed, 0 insertions, 1 deletions
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];