]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Doc fix.
authorSimon Josefsson <simon@josefsson.org>
Thu, 28 May 2009 21:46:30 +0000 (23:46 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 28 May 2009 21:46:30 +0000 (23:46 +0200)
Reported by Peter Hendrickson <pdh@wiredyne.com>.

lib/x509/pkcs12_bag.c
lib/x509/verify.c
lib/x509/x509.c
lib/x509/x509_write.c

index 3a5bb89a2365eafeb981325f922e84db267f575c..d38f38b984e76816c9417c40bce744a95505739d 100644 (file)
@@ -149,7 +149,7 @@ gnutls_pkcs12_bag_get_count (gnutls_pkcs12_bag_t bag)
   * is deleted.
   *
   * Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
-  *   negative error value.and a negative error code on error.
+  *   negative error value.
   *
   **/
 int
index cc7850a9c6b5f71221c59e13fb3f66b80552d822..8120da6ca7996006a848393eca7c2214888e53c1 100644 (file)
@@ -946,7 +946,7 @@ _gnutls_x509_privkey_verify_signature (const gnutls_datum_t * tbs,
   * GNUTLS_CERT_REVOKED: a certificate in the chain has been revoked.
   *
   * Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
-  *   negative error value.and a negative value in case of an error.
+  *   negative error value.
   *
   **/
 int
@@ -983,7 +983,7 @@ gnutls_x509_crt_list_verify (const gnutls_x509_crt_t * cert_list,
   * The verification output in this functions cannot be GNUTLS_CERT_NOT_VALID.
   *
   * Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
-  *   negative error value.and a negative value in case of an error.
+  *   negative error value.
   *
   **/
 int
index 1f6616deb39f5f99b86ebf1b6fa91047cae3e655..048ff8989a8cd5d9776e38bc4a3527033bc8a9ba 100644 (file)
@@ -642,7 +642,7 @@ gnutls_x509_crt_get_expiration_time (gnutls_x509_crt_t cert)
   * opaque. 
   *
   * Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
-  *   negative error value.and a negative value in case of an error.
+  *   negative error value.
   *
   **/
 int
@@ -683,7 +683,7 @@ gnutls_x509_crt_get_serial (gnutls_x509_crt_t cert, void *result,
   * field (2.5.29.14). 
   *
   * Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
-  *   negative error value.and a negative value in case of an error.
+  *   negative error value.
   *
   **/
 int
@@ -772,7 +772,7 @@ gnutls_x509_crt_get_subject_key_id (gnutls_x509_crt_t cert, void *ret,
  * only returns the keyIdentifier field of the extension.
  *
  * Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
- *   negative error value.and a negative value in case of an error.
+ *   negative error value.
  **/
 int
 gnutls_x509_crt_get_authority_key_id (gnutls_x509_crt_t cert, void *ret,
index f19502db00c11f25ecaa6bfea5e2ead8b4c966ab..76933c4493ba1d4c9b7b88b2b3e5f436fd0a547d 100644 (file)
@@ -375,7 +375,7 @@ gnutls_x509_crt_set_crq_extensions (gnutls_x509_crt_t crt,
  * encoded.
  *
  * Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
- *   negative error value.and a negative value in case of an error.
+ *   negative error value.
  **/
 int
 gnutls_x509_crt_set_extension_by_oid (gnutls_x509_crt_t crt,