Mercurial > pidgin
changeset 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 | bdd8911d5031 |
children | 5b8035030053 |
files | libpurple/certificate.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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);