SSL_get_shutdown
LSSL_USED(SSL_get_shutdown);
int SSL_get_shutdown(const SSL *ssl);
LSSL_ALIAS(SSL_get_shutdown);
if ((shutdown = SSL_get_shutdown(client)) != st->want_client_shutdown) {
if ((shutdown = SSL_get_shutdown(server)) != st->want_server_shutdown) {
if ((shutdown = SSL_get_shutdown(client)) != 0) {
if ((shutdown = SSL_get_shutdown(server)) != 0) {
if ((shutdown = SSL_get_shutdown(client)) != SSL_SENT_SHUTDOWN) {
if ((shutdown = SSL_get_shutdown(server)) != SSL_SENT_SHUTDOWN) {
if ((shutdown = SSL_get_shutdown(client)) !=
if ((shutdown = SSL_get_shutdown(server)) !=