From: Simon Josefsson Date: Sun, 20 Feb 2011 18:37:49 +0000 (+0100) Subject: Doc fix of new function. X-Git-Tag: gnutls_2_99_0~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e921d00a22a41e7c9222196135b7c4629660097b;p=thirdparty%2Fgnutls.git Doc fix of new function. --- diff --git a/lib/x509/crl.c b/lib/x509/crl.c index fca657fde7..501dce4b7c 100644 --- a/lib/x509/crl.c +++ b/lib/x509/crl.c @@ -534,18 +534,20 @@ gnutls_x509_crl_get_crt_serial (gnutls_x509_crl_t crl, int indx, } /** - * gnutls_x509_crl_get_raw_issuer_dn - This function returns the issuer's DN DER encoded + * gnutls_x509_crl_get_raw_issuer_dn: * @crl: should contain a gnutls_x509_crl_t structure * @dn: will hold the starting point of the DN * - * This function will return a pointer to the DER encoded DN structure and - * the length. + * This function will return a pointer to the DER encoded DN structure + * and the length. * * Returns a negative value on error, and zero on success. + * + * Since: 2.12.0 **/ int gnutls_x509_crl_get_raw_issuer_dn (gnutls_x509_crl_t crl, - gnutls_datum_t * dn) + gnutls_datum_t * dn) { ASN1_TYPE c2 = ASN1_TYPE_EMPTY; int result, len1;