gnutls_x509_crl_get_number (3) Linux Manual Page
NAME gnutls_x509_crl_get_number – API function SYNOPSIS #include <gnutls/x509.h> int gnutls_x509_crl_get_number(gnutls_x509_crl_t crl, void * ret, size_t * ret_size, unsigned int * critical); ARGUMENTS gnutls_x509_crl_t crl should contain a gnutls_x509_crl_t structure void * ret The place where the number will be copied size_t * ret_size Holds the size of the result field. unsigned int * critical will…
