From: Simon Josefsson Date: Thu, 28 May 2009 21:46:30 +0000 (+0200) Subject: Doc fix. X-Git-Tag: gnutls_2_9_1~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fec02e660ef6f51eddf8f70116e150fb77042c4b;p=thirdparty%2Fgnutls.git Doc fix. Reported by Peter Hendrickson . --- diff --git a/lib/x509/pkcs12_bag.c b/lib/x509/pkcs12_bag.c index 3a5bb89a23..d38f38b984 100644 --- a/lib/x509/pkcs12_bag.c +++ b/lib/x509/pkcs12_bag.c @@ -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 diff --git a/lib/x509/verify.c b/lib/x509/verify.c index cc7850a9c6..8120da6ca7 100644 --- a/lib/x509/verify.c +++ b/lib/x509/verify.c @@ -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 diff --git a/lib/x509/x509.c b/lib/x509/x509.c index 1f6616deb3..048ff8989a 100644 --- a/lib/x509/x509.c +++ b/lib/x509/x509.c @@ -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, diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c index f19502db00..76933c4493 100644 --- a/lib/x509/x509_write.c +++ b/lib/x509/x509_write.c @@ -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,