 |
Index for Section 3 |
|
 |
Alphabetical listing for S |
|
 |
Bottom of page |
|
SSL_get_quiet_shutdown(3)
NAME
SSL_get_quiet_shutdown - Get a value of the quiet-shutdown flag in the ssl
data structure
SYNOPSIS
#include <openssl/ssl.h>
int SSL_get_quiet_shutdown(
SSL *ssl );
DESCRIPTION
The SSL_get_quiet_shutdown() function returns a mode of the quiet shutdown
flag in the ssl structure.
RETURN VALUES
0 Indicates that the quiet-shutdown flag of the ssl structure is
turned off.
1 Indicates that the quiet-shutdown flag of the ssl structure is
turned on.
SEE ALSO
Functions:SSL_set_quiet_shutdown(3), SSL_CTX_get_quiet_shutdown(3),
SSL_CTX_set_quiet_shutdown(3)
 |
Index for Section 3 |
|
 |
Alphabetical listing for S |
|
 |
Top of page |
|