# HG changeset patch # User Paul Aurich # Date 1296010717 0 # Node ID 78e68751cc4039edb2b15226283dac03e2730c65 # Parent 5567daeaa4b56de8d347fd6406411f94b182fba3 certificate: This comment threw me for a loop for a moment. diff -r 5567daeaa4b5 -r 78e68751cc40 libpurple/certificate.c --- a/libpurple/certificate.c Wed Jan 26 02:13:21 2011 +0000 +++ b/libpurple/certificate.c Wed Jan 26 02:58:37 2011 +0000 @@ -1619,7 +1619,6 @@ return; } /* if (self signed) */ - /* Next, attempt to verify the last certificate against a CA */ ca = purple_certificate_find_pool(x509_tls_cached.scheme_name, "ca"); /* Next, check that the certificate chain is valid */ @@ -1669,6 +1668,7 @@ return; } /* if (signature chain not good) */ + /* Next, attempt to verify the last certificate against a CA */ /* If, for whatever reason, there is no Certificate Authority pool loaded, we'll verify the subject name and then warn about thsi. */ if ( !ca ) {