Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ SSL_get_info_callback(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

SSL_set_info_callback(3)

SSL_get_info_callback(3)  —  Subroutines

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)

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