Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
SSL_CTX_set_quiet_shutdown, SSL_CTX_get_quiet_shutdown, SSL_set_quiet_shutdown, SSL_get_quiet_shutdown — manipulate shutdown behaviourSYNOPSIS
#include <openssl/ssl.h>SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode);
SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx);
SSL_set_quiet_shutdown(SSL *ssl, int mode);
SSL_get_quiet_shutdown(const SSL *ssl);