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:49:44 +0000 (09:49 +0000)
commitb6adfa043fcd33960c277a75984701e87d06fa33
treeed4cecf72c52d876331375043caad1d80bee7dbf
parent78e9e3f945935c91d8dfe0e832a95d6ea8d05f34
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)

(cherry picked from commit 5bfb357a0d2046fc75daf67a5bc019eb87443729)
ssl/t1_trce.c