From: Simon Josefsson Date: Wed, 8 Mar 2006 16:39:07 +0000 (+0000) Subject: Doc fix. X-Git-Tag: gnutls_1_3_5~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fac16af7877f456eb4eb5274c1e8fbc194afdcce;p=thirdparty%2Fgnutls.git Doc fix. --- diff --git a/lib/x509/xml.c b/lib/x509/xml.c index 79a50cf70a..0ae7c83285 100644 --- a/lib/x509/xml.c +++ b/lib/x509/xml.c @@ -678,8 +678,13 @@ _gnutls_asn1_get_structure_xml (ASN1_TYPE structure, * @res: The datum that will hold the result * @detail: The detail level (must be GNUTLS_XML_SHOW_ALL or GNUTLS_XML_NORMAL) * - * This function will return the XML structures of the given X.509 certificate. - * The XML structures are allocated internally (with malloc) and stored into res. + * This function will return the XML structures of the given X.509 + * certificate. The XML structures are allocated internally (with + * malloc) and stored into res. + * + * NOTE: This function is currently not implemented. See the NEWS + * entry for version 1.3.5. + * * Returns a negative error code in case of an error. * **/