From: Simon Josefsson Date: Wed, 27 Feb 2008 11:06:17 +0000 (+0100) Subject: Doc fix. X-Git-Tag: gnutls_2_3_3~6^2~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fdad9fd1321981ae14eb4970e9be25bba5ea884;p=thirdparty%2Fgnutls.git Doc fix. --- 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.