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

Comparing ircd-hybrid/trunk/src/s_bsd.c (file contents):
Revision 2287 by michael, Tue Jun 18 21:36:18 2013 UTC vs.
Revision 2426 by michael, Tue Jul 30 17:20:47 2013 UTC

# Line 253 | Line 253 | ssl_handshake(int fd, struct Client *cli
253   {
254    X509 *cert = NULL;
255    int ret = SSL_accept(client_p->localClient->fd.ssl);
256  int err = SSL_get_error(client_p->localClient->fd.ssl, ret);
257
258  ilog(LOG_TYPE_IRCD, "SSL Error %d %s", err, ERR_error_string(err, NULL));
256  
257    if ((cert = SSL_get_peer_certificate(client_p->localClient->fd.ssl)))
258    {

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)