]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Doc fix.
authorSimon Josefsson <simon@josefsson.org>
Wed, 8 Mar 2006 16:39:07 +0000 (16:39 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 8 Mar 2006 16:39:07 +0000 (16:39 +0000)
lib/x509/xml.c

index 79a50cf70a25f44a850e1aa55b8b6c8426c241f1..0ae7c8328574f75e7e076b8dd353e1bfdce7da49 100644 (file)
@@ -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.
   *
   **/