Mon, 13 Feb 2006 02:22:44 +0000
[gaim-migrate @ 15629]
Patch from Björn Voigt
This silences a warning when running intltool-update -m.
committer: Richard Laager <rlaager@pidgin.im>
| plugins/ssl/ssl-nss.c | file | annotate | diff | comparison | revisions |
--- a/plugins/ssl/ssl-nss.c Sun Feb 12 23:59:30 2006 +0000 +++ b/plugins/ssl/ssl-nss.c Mon Feb 13 02:22:44 2006 +0000 @@ -292,8 +292,9 @@ if(gsc->host) SSL_SetURL(nss_data->in, gsc->host); -#if 0 /* This seems like it'd the be the correct way to implement the nonblocking stuff, - but it doesn't seem to work */ +#if 0 + /* This seems like it'd the be the correct way to implement the + nonblocking stuff, but it doesn't seem to work */ SSL_HandshakeCallback(nss_data->in, (SSLHandshakeCallback) ssl_nss_handshake_cb, gsc); #endif