|
@@ -1161,8 +1161,6 @@ void client_sslcon_handler (struct client_data *client, int event)
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- client_log(client, BLOG_INFO, "handshake complete");
|
|
|
|
|
-
|
|
|
|
|
// get client certificate
|
|
// get client certificate
|
|
|
CERTCertificate *cert = SSL_PeerCertificate(client->ssl_prfd);
|
|
CERTCertificate *cert = SSL_PeerCertificate(client->ssl_prfd);
|
|
|
if (!cert) {
|
|
if (!cert) {
|