summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-28 19:21:46 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-28 19:21:46 +0200
commitdae004d9b6048b83f185a958d118427990b6316d (patch)
tree2d472c46a986895e858bf0971d8b55c91de344c0
parent97bb40245b85b79431cdd108dfadfa708c255999 (diff)
downloadgnutls-dae004d9b6048b83f185a958d118427990b6316d.tar.gz
Doc fixes (silence gtk-doc warnings).
-rw-r--r--lib/x509/crl_write.c8
-rw-r--r--lib/x509/x509_write.c10
2 files changed, 9 insertions, 9 deletions
diff --git a/lib/x509/crl_write.c b/lib/x509/crl_write.c
index db462631f2..cbdbbbdcf6 100644
--- a/lib/x509/crl_write.c
+++ b/lib/x509/crl_write.c
@@ -153,7 +153,7 @@ gnutls_x509_crl_sign (gnutls_x509_crl_t crl, gnutls_x509_crt_t issuer,
* This function will set the time this CRL was issued.
*
* Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
- * negative error value. or a negative value in case of an error.
+ * negative error value.
*
**/
int
@@ -176,7 +176,7 @@ gnutls_x509_crl_set_this_update (gnutls_x509_crl_t crl, time_t act_time)
* This function will set the time this CRL will be updated.
*
* Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
- * negative error value. or a negative value in case of an error.
+ * negative error value.
*
**/
int
@@ -200,7 +200,7 @@ gnutls_x509_crl_set_next_update (gnutls_x509_crl_t crl, time_t exp_time)
* This function will set a revoked certificate's serial number to the CRL.
*
* Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
- * negative error value. or a negative value in case of an error.
+ * negative error value.
*
**/
int
@@ -266,7 +266,7 @@ gnutls_x509_crl_set_crt_serial (gnutls_x509_crl_t crl,
* This function will set a revoked certificate's serial number to the CRL.
*
* Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
- * negative error value. or a negative value in case of an error.
+ * negative error value.
*
**/
int
diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c
index 76d76eaaaa..e7381ae5ac 100644
--- a/lib/x509/x509_write.c
+++ b/lib/x509/x509_write.c
@@ -650,7 +650,7 @@ gnutls_x509_crt_sign (gnutls_x509_crt_t crt, gnutls_x509_crt_t issuer,
* activated.
*
* Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
- * negative error value. or a negative value in case of an error.
+ * negative error value.
**/
int
gnutls_x509_crt_set_activation_time (gnutls_x509_crt_t cert, time_t act_time)
@@ -674,7 +674,7 @@ gnutls_x509_crt_set_activation_time (gnutls_x509_crt_t cert, time_t act_time)
* This function will set the time this Certificate will expire.
*
* Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
- * negative error value. or a negative value in case of an error.
+ * negative error value.
**/
int
gnutls_x509_crt_set_expiration_time (gnutls_x509_crt_t cert, time_t exp_time)
@@ -700,7 +700,7 @@ gnutls_x509_crt_set_expiration_time (gnutls_x509_crt_t cert, time_t exp_time)
* opaque.
*
* Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
- * negative error value. or a negative value in case of an error.
+ * negative error value.
**/
int
gnutls_x509_crt_set_serial (gnutls_x509_crt_t cert, const void *serial,
@@ -877,7 +877,7 @@ gnutls_x509_crt_cpy_crl_dist_points (gnutls_x509_crt_t dst,
* extension.
*
* Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
- * negative error value. or a negative value in case of an error.
+ * negative error value.
**/
int
gnutls_x509_crt_set_subject_key_id (gnutls_x509_crt_t cert,
@@ -940,7 +940,7 @@ gnutls_x509_crt_set_subject_key_id (gnutls_x509_crt_t cert,
* Only the keyIdentifier field can be set with this function.
*
* Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
- * negative error value. or a negative value in case of an error.
+ * negative error value.
**/
int
gnutls_x509_crt_set_authority_key_id (gnutls_x509_crt_t cert,