Do not needlessly enable pfs anymore

This commit is contained in:
mjentsch 2015-11-21 09:48:02 +01:00
parent 05fc97381f
commit 1a428ed80a

View file

@ -645,8 +645,7 @@ static void tgprpl_login (PurpleAccount * acct) {
return;
}
}
tgl_enable_pfs (TLS);
tgl_set_ev_base (TLS, conn);
tgl_set_net_methods (TLS, &tgp_conn_methods);
tgl_set_timer_methods (TLS, &tgp_timers);