pidgin/ljfisher-ssl-client-auth

Change default value for the login certificate to empty string for default.
cpw.ljfisher.ssl_client_auth
2011-09-19, Lucas Fisher
dd60bef49220
Parents d10570a6fe0d
Children 4b4cb130a6b6
Change default value for the login certificate to empty string for default.
--- a/libpurple/protocols/jabber/libxmpp.c Mon Sep 19 01:12:21 2011 +0000
+++ b/libpurple/protocols/jabber/libxmpp.c Mon Sep 19 01:14:48 2011 +0000
@@ -296,7 +296,7 @@
options = g_list_append(options, option);
- ADD_VALUE(certificates, _("None"), "none"); /* hopefully we don't have a cert id of none */
+ ADD_VALUE(certificates, _(""), "");
cert_pool = purple_certificate_find_pool("x509", "user");
if (cert_pool) {
GList *id_list = NULL;