Blame doc/functions/gnutls_x509_crl_get_crt_count

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {int} {gnutls_x509_crl_get_crt_count} (gnutls_x509_crl_t @var{crl})
Packit Service 4684c1
@var{crl}: should contain a @code{gnutls_x509_crl_t}  type
Packit Service 4684c1
Packit Service 4684c1
This function will return the number of revoked certificates in the
Packit Service 4684c1
given CRL.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} number of certificates, a negative error code on failure.
Packit Service 4684c1
@end deftypefun