Return the quiet-shutdown setting of an SSL context.
Declared in <openssl/ssl.h>
<openssl/ssl.h>
int SSL_CTX_get_quiet_shutdown(SSL_CTX const* ctx);
1 if quiet shutdown is enabled (skip close_notify), or 0 for standard shutdown.