ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/s_bsd.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/s_bsd.c (file contents):
Revision 2725 by michael, Sun Dec 29 13:01:00 2013 UTC vs.
Revision 2733 by michael, Fri Jan 3 17:30:13 2014 UTC

# Line 263 | Line 263 | ssl_handshake(int fd, struct Client *cli
263      }
264    }
265  
266 +  comm_settimeout(&client_p->localClient->fd, 0, NULL, NULL);
267 +
268    if ((cert = SSL_get_peer_certificate(client_p->localClient->fd.ssl)))
269    {
270      int res = SSL_get_verify_result(client_p->localClient->fd.ssl);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines