mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
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)
This commit is contained in:
parent
0051746e03
commit
e2217b44f4
@ -2991,7 +2991,6 @@ int s_client_main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
ret = 0;
|
||||
shut:
|
||||
if (in_init)
|
||||
print_stuff(bio_c_out, con, full_log);
|
||||
|
Loading…
Reference in New Issue
Block a user