Fix a switch statement fallthrough
authorMatt Caswell <matt@openssl.org>
Sun, 10 Dec 2017 09:55:08 +0000 (09:55 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 11 Dec 2017 09:46:59 +0000 (09:46 +0000)
commit5bfb357a0d2046fc75daf67a5bc019eb87443729
treeb645815d4f01c2defdcac19ffc1a09e863a5b113
parentb2621ffdf8063c961ee5c3a7dd9db68d623d3554
Fix a switch statement fallthrough

SSL_trace() has a case which was inadvertently falling through.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4888)
ssl/t1_trce.c