Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ SSL_CTX_get_quiet_shutdown(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

SSL_CTX_set_quiet_shutdown(3)

SSL_set_quiet_shutdown(3)

SSL_get_quiet_shutdown(3)

SSL_CTX_get_quiet_shutdown(3)  —  Subroutines

NAME

SSL_CTX_get_quiet_shutdown − Get the value of the quiet-shutdown flag in the SSL_CTX data structure

SYNOPSIS

#include <openssl/ssl.h>
int SSL_CTX_get_quiet_shutdown(
        SSL ∗ssl );

DESCRIPTION

The SSL_CTX_get_quiet_shutdown() function returns a mode of the quiet shutdown flag in the SSL_CTX structure. 

RETURN VALUES

0Indicates that the quiet-shutdown flag of the SSL_CTX structure is turned off. 

1Indicates that the quiet-shutdown flag of the SSL_CTX structure is turned on. 

SEE ALSO

Functions: SSL_CTX_set_quiet_shutdown(3), SSL_set_quiet_shutdown(3), SSL_get_quiet_shutdown(3)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026