diff -r 7e84acb27008 -r f5db933aa42a plugins/ssl/ssl-nss.c --- 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