gnutls_ia_set_server_avp_ptr (3) Linux Manual Page
gnutls_ia_set_server_avp_ptr – Sets a pointer to be sent to TLS/IA callback Synopsis#include <gnutls/extra.h> void gnutls_ia_set_server_avp_ptr(gnutls_ia_server_credentials_t cred, void * ptr); Argumentsgnutls_ia_server_credentials_t cred is a gnutls_ia_client_credentials_t structure. void * ptr is the pointerDescriptionSets the pointer that will be provided to the TLS/IA callback function as the first argument. Reporting BugsReport bugs to <bug-gnutls [at] gnu.org>. GnuTLS home…
