diff libpurple/certificate.h @ 19082:ddb5ad55f2d2

- Add a TODO. A most worthy accomplishment, to be sure.
author William Ehlhardt <williamehlhardt@gmail.com>
date Wed, 08 Aug 2007 04:53:36 +0000
parents 3bdede51c007
children f5802217844d
line wrap: on
line diff
--- a/libpurple/certificate.h	Wed Aug 08 04:38:26 2007 +0000
+++ b/libpurple/certificate.h	Wed Aug 08 04:53:36 2007 +0000
@@ -433,6 +433,7 @@
  * @param chain      List of PurpleCertificate instances comprising the chain,
  *                   in the order certificate, issuer, issuer's issuer, etc.
  * @return TRUE if the chain is valid. See description.
+ * @TODO Specify which certificate in the chain caused a failure
  */
 gboolean
 purple_certificate_check_signature_chain(GList *chain);