 |
Index for Section 3 |
|
 |
Alphabetical listing for S |
|
 |
Bottom of page |
|
SSL_get_info_callback(3)
NAME
SSL_get_info_callback - Get the callback function set by
SSL_set_info_callback
SYNOPSIS
#include <openssl/ssl.h>
void
*SSL_get_info_callback (SSL *ssl) );
DESCRIPTION
The SSL_get_info_callback() function returns a pointer to the informational
callback function set (in info_callback of the SSL structure) by
theSSL_set_info_callback() function.
RETURN VALUES
This function returns an address of the callback function set (in
info_callback of the SSL structure) by the SSL_set_info_callback()
function.
SEE ALSO
Functions: SSL_set_info_callback(3)
 |
Index for Section 3 |
|
 |
Alphabetical listing for S |
|
 |
Top of page |
|