]> git.ipfire.org Git - thirdparty/openssl.git/commit
APPS: Remove an unreachable statement in s_client.c
authorRichard Levitte <levitte@openssl.org>
Fri, 11 Jun 2021 16:11:07 +0000 (18:11 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 13 Jun 2021 19:48:18 +0000 (21:48 +0200)
commite2217b44f43753320ec74e62f8cbc6b9e9feaa9d
treed20e93d5806aecc518904a0306bb1976a19b8268
parent0051746e03c65f5970d8ca424579d50f58a877e0
APPS: Remove an unreachable statement in s_client.c

A Solaris compiler complains:

    "apps/s_client.c", line 2994: statement not reached

It takes a bit of scrutiny to see that this is true, on all platforms.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15719)
apps/s_client.c