]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Doc fix of new function.
authorSimon Josefsson <simon@josefsson.org>
Sun, 20 Feb 2011 18:37:49 +0000 (19:37 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 23 Feb 2011 17:47:35 +0000 (18:47 +0100)
lib/x509/crl.c

index fca657fde7cb7eb244e0fea05ffd0cdab58f19b2..501dce4b7c067b076bf30f6bbf46bfb88fac5fce 100644 (file)
@@ -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;