comparison libpurple/certificate.c @ 19979:91964384472d

Fixing certificate.c
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 12 Sep 2007 20:04:10 +0000
parents 64df2ef5a7b6
children 285bb637a2b7
comparison
equal deleted inserted replaced
19978:64df2ef5a7b6 19979:91964384472d
1180 reason, 1180 reason,
1181 2, /* Accept by default */ 1181 2, /* Accept by default */
1182 NULL, /* No account */ 1182 NULL, /* No account */
1183 NULL, /* No other user */ 1183 NULL, /* No other user */
1184 NULL, /* No associated conversation */ 1184 NULL, /* No associated conversation */
1185 "blist",
1185 x509_tls_cached_ua_ctx_new(vrq, reason), 1186 x509_tls_cached_ua_ctx_new(vrq, reason),
1186 3, /* Number of actions */ 1187 3, /* Number of actions */
1187 _("Accept"), x509_tls_cached_user_auth_accept_cb, 1188 _("Accept"), x509_tls_cached_user_auth_accept_cb,
1188 _("Reject"), x509_tls_cached_user_auth_reject_cb, 1189 _("Reject"), x509_tls_cached_user_auth_reject_cb,
1189 _("_View Certificate..."), x509_tls_cached_show_cert); 1190 _("_View Certificate..."), x509_tls_cached_show_cert);