diff options
Diffstat (limited to 'src/s_bsd.c')
-rw-r--r-- | src/s_bsd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s_bsd.c b/src/s_bsd.c index 5750b39..8307a02 100644 --- a/src/s_bsd.c +++ b/src/s_bsd.c @@ -263,6 +263,8 @@ ssl_handshake(int fd, struct Client *client_p) } } + comm_settimeout(&client_p->localClient->fd, 0, NULL, NULL); + if ((cert = SSL_get_peer_certificate(client_p->localClient->fd.ssl))) { int res = SSL_get_verify_result(client_p->localClient->fd.ssl); |