comparison libpurple/plugins/ssl/ssl-nss.c @ 19989:401d1182d1dc

- Make x509_signed_by return TRUE indiscriminately so that other things can be tested.
author William Ehlhardt <williamehlhardt@gmail.com>
date Thu, 13 Sep 2007 04:30:54 +0000
parents 47f2becb7a60
children 24ce4fcce5b0
comparison
equal deleted inserted replaced
19988:47f2becb7a60 19989:401d1182d1dc
558 */ 558 */
559 static gboolean 559 static gboolean
560 x509_signed_by(PurpleCertificate * crt, 560 x509_signed_by(PurpleCertificate * crt,
561 PurpleCertificate * issuer) 561 PurpleCertificate * issuer)
562 { 562 {
563 return FALSE; 563 return TRUE;
564 } 564 }
565 565
566 static GByteArray * 566 static GByteArray *
567 x509_sha1sum(PurpleCertificate *crt) 567 x509_sha1sum(PurpleCertificate *crt)
568 { 568 {