summaryrefslogtreecommitdiff
path: root/lib/x509
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-06-03 06:17:56 +0200
committerSimon Josefsson <simon@josefsson.org>2009-06-03 06:17:56 +0200
commite593b47b3c186bb1f93d9de99a7126ad1db0fc30 (patch)
tree2d2927d0a3e87c2e24ec74964b8b032945b16c35 /lib/x509
parentfe0f79e5471185ff709679bb7539038f9ea28385 (diff)
downloadgnutls-e593b47b3c186bb1f93d9de99a7126ad1db0fc30.tar.gz
Doc fix.
Diffstat (limited to 'lib/x509')
-rw-r--r--lib/x509/crq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/x509/crq.c b/lib/x509/crq.c
index 01e8d73725..a02c004f3f 100644
--- a/lib/x509/crq.c
+++ b/lib/x509/crq.c
@@ -414,6 +414,8 @@ cleanup:
* @sizeof_pass: Initially holds the size of @pass.
*
* This function will return the challenge password in the request.
+ * The challenge password is intended to be used for requesting a
+ * revocation of the certificate.
*
* Returns: On success, %GNUTLS_E_SUCCESS is returned, otherwise a
* negative error value.