]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
fixed documentation
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 26 Jun 2014 18:41:09 +0000 (20:41 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 26 Jun 2014 18:41:09 +0000 (20:41 +0200)
lib/x509/crl.c

index a85fbfa3bfae4c4e2d511afe3a136d4d70150299..f65e84a8e9e36082433cf0e43e1b790826e55621 100644 (file)
@@ -279,7 +279,7 @@ gnutls_x509_crl_get_dn_oid(gnutls_x509_crl_t crl,
  * encoded, depending on the certificate data.
  *
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
- *   negative error value. and a negative error code on error.
+ *   negative error value.
  *
  * Since: 3.1.10
  **/
@@ -344,7 +344,7 @@ int gnutls_x509_crl_get_signature_algorithm(gnutls_x509_crl_t crl)
  * This function will extract the signature field of a CRL.
  *
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
- *   negative error value. and a negative error code on error.
+ *   negative error value. 
  **/
 int
 gnutls_x509_crl_get_signature(gnutls_x509_crl_t crl,
@@ -505,7 +505,7 @@ int gnutls_x509_crl_get_crt_count(gnutls_x509_crl_t crl)
  * of revoked certificates. In that case use gnutls_x509_crl_iter_crt_serial().
  *
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
- *   negative error value. and a negative error code on error.
+ *   negative error value.
  **/
 int
 gnutls_x509_crl_get_crt_serial(gnutls_x509_crl_t crl, int indx,
@@ -581,7 +581,7 @@ void gnutls_x509_crl_iter_deinit(gnutls_x509_crl_iter_t iter)
  * After use, the iterator must be deinitialized using gnutls_x509_crl_iter_deinit().
  *
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
- *   negative error value. and a negative error code on error.
+ *   negative error value.
  **/
 int
 gnutls_x509_crl_iter_crt_serial(gnutls_x509_crl_t crl,
@@ -685,7 +685,7 @@ gnutls_x509_crl_get_raw_issuer_dn(gnutls_x509_crl_t crl,
  * of "BEGIN X509 CRL".
  *
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
- *   negative error value. and a negative error code on failure.
+ *   negative error value.
  **/
 int
 gnutls_x509_crl_export(gnutls_x509_crl_t crl,
@@ -715,7 +715,7 @@ gnutls_x509_crl_export(gnutls_x509_crl_t crl,
  * of "BEGIN X509 CRL".
  *
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
- *   negative error value. and a negative error code on failure.
+ *   negative error value.
  *
  * Since 3.1.3
  **/