summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-03-08 16:39:07 +0000
committerSimon Josefsson <simon@josefsson.org>2006-03-08 16:39:07 +0000
commitfac16af7877f456eb4eb5274c1e8fbc194afdcce (patch)
tree5638d4bc18074af0ac6a746d62174bc4217576f5
parent2bfdcdeedc08c352b9b8efe7a3d4a9234528a98b (diff)
downloadgnutls-fac16af7877f456eb4eb5274c1e8fbc194afdcce.tar.gz
Doc fix.
-rw-r--r--lib/x509/xml.c9
1 files changed, 7 insertions, 2 deletions
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.
*
**/