int gnutls_x509_crt_cpy_crl_dist_points(gnutls_x509_crt_t dst, gnutls_x509_crt_t src);
ARGUMENTS
gnutls_x509_crt_t dst
a certificate of type gnutls_x509_crt_t
gnutls_x509_crt_t src
the certificate where the dist points will be copied from
DESCRIPTION
This function will copy the CRL distribution points certificate
extension, from the source to the destination certificate.
This may be useful to copy from a CA certificate to issued ones.
RETURNS
On success, GNUTLS_E_SUCCESS is returned, otherwise a
negative error value.