| # | 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 | { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |