![]() |
![]()
| ![]() |
![]()
NAMEgnutls_x509_trust_list_get_ptr - API function SYNOPSIS#include <gnutls/x509.h> void * gnutls_x509_trust_list_get_ptr(gnutls_x509_trust_list_t tlist); ARGUMENTS
DESCRIPTIONGet user pointer for tlist. Useful in callback function gnutls_x509_trust_list_set_getissuer_function. This is the pointer set with gnutls_x509_trust_list_set_ptr(). RETURNSthe user given pointer from the tlist structure, or NULL if it was never set. SINCE3.7.0 REPORTING BUGSReport bugs to <bugs@gnutls.org>.
COPYRIGHTCopyright © 2001-2023 Free Software Foundation, Inc., and
others.
SEE ALSOThe full documentation for gnutls is maintained as a Texinfo manual. If the /usr/local/share/doc/gnutls/ directory does not contain the HTML form visit
|