![]() |
![]()
| ![]() |
![]()
NAMEgnutls_x509_trust_list_set_ptr - API function SYNOPSIS#include <gnutls/x509.h> void gnutls_x509_trust_list_set_ptr(gnutls_x509_trust_list_t tlist, void * ptr); ARGUMENTS
DESCRIPTIONThis function will set (associate) the user given pointer ptr to the tlist structure. This pointer can be accessed with gnutls_x509_trust_list_get_ptr(). Useful in the callback function gnutls_x509_trust_list_set_getissuer_function. 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
|