comparison libpurple/certificate.c @ 19978:64df2ef5a7b6

Fixing certificate.c
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 12 Sep 2007 20:02:25 +0000
parents 936f4de347c3
children 91964384472d
comparison
equal deleted inserted replaced
19977:c4ac3aa20ea2 19978:64df2ef5a7b6
557 secondary, 557 secondary,
558 1, /* Accept by default */ 558 1, /* Accept by default */
559 NULL, /* No account */ 559 NULL, /* No account */
560 NULL, /* No other user */ 560 NULL, /* No other user */
561 NULL, /* No associated conversation */ 561 NULL, /* No associated conversation */
562 "blist",
562 vrq, 563 vrq,
563 x509_singleuse_verify_cb, 564 x509_singleuse_verify_cb,
564 x509_singleuse_verify_cb ); 565 x509_singleuse_verify_cb );
565 566
566 /* Cleanup */ 567 /* Cleanup */