summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-02-27 12:06:17 +0100
committerSimon Josefsson <simon@josefsson.org>2008-02-27 12:06:17 +0100
commit4fdad9fd1321981ae14eb4970e9be25bba5ea884 (patch)
treeb11f3fc899b10fe6d04dc5957f8fac5cc700a6bb
parent89e2f5525caf35164b4577d426bc6c51cefdf0e2 (diff)
downloadgnutls-4fdad9fd1321981ae14eb4970e9be25bba5ea884.tar.gz
Doc fix.
-rw-r--r--lib/x509/x509_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c
index 5539a5738e..dda29d5987 100644
--- a/lib/x509/x509_write.c
+++ b/lib/x509/x509_write.c
@@ -446,7 +446,7 @@ gnutls_x509_crt_set_key_usage (gnutls_x509_crt_t crt, unsigned int usage)
* gnutls_x509_crt_set_subject_alternative_name - Set the subject Alternative Name
* @crt: should contain a gnutls_x509_crt_t structure
* @type: is one of the gnutls_x509_subject_alt_name_t enumerations
- * @data_string: The data to be set
+ * @data_string: The data to be set, a zero terminated string
*
* This function will set the subject alternative name certificate
* extension.