# HG changeset patch # User Luke Schierer # Date 1197398493 0 # Node ID ef781d8d2ec1ce32f70f2a499bb139fd48bb07d9 # Parent d20a1c190c2f12a13e547872de9f62cd157db820 (13:35:59) KeaponLaffin: so which SSL libraries are supported? (13:36:01) LSchiere2: faq-ssl (13:36:05) LSchiere2: in the wiki (13:36:27) elb: doesn't that error message point ot the FAQ? (13:36:31) elb: if not, it should :-P diff -r d20a1c190c2f -r ef781d8d2ec1 libpurple/protocols/msn/msn.c --- a/libpurple/protocols/msn/msn.c Tue Dec 11 01:34:18 2007 +0000 +++ b/libpurple/protocols/msn/msn.c Tue Dec 11 18:41:33 2007 +0000 @@ -847,7 +847,7 @@ purple_connection_error_reason (gc, PURPLE_CONNECTION_ERROR_NO_SSL_SUPPORT, _("SSL support is needed for MSN. Please install a supported " - "SSL library.")); + "SSL library. See the FAQ at http://developer.pidgin.im/wiki/FAQssl")); return; }