|
SSL_get_info_callback(3)
Contents
|
SSL_get_info_callback - Get the callback function set by
SSL_set_info_callback
#include <openssl/ssl.h>
void
*SSL_get_info_callback (SSL *ssl) );
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.
This function returns an address of the callback function
set (in info_callback of the SSL structure) by the
SSL_set_info_callback() function.
Functions: SSL_set_info_callback(3)
SSL_get_info_callback(3)
[ Back ] |