summaryrefslogtreecommitdiff
path: root/lib/x509/sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/sign.c')
-rw-r--r--lib/x509/sign.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/x509/sign.c b/lib/x509/sign.c
index 67078b5468..79ebda0425 100644
--- a/lib/x509/sign.c
+++ b/lib/x509/sign.c
@@ -302,7 +302,8 @@ _gnutls_x509_sign_tbs (ASN1_TYPE cert, const char *tbs_name,
* This function will sign a CRL or a certificate with the issuer's private key, and
* will copy the issuer's information into the CRL or certificate.
*
- * Returns 0 on success.
+ * Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
+ * negative error value.
*
-*/
int