mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
get rid of warning introduced by previous patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92245 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1312,7 +1312,8 @@ int ssl_callback_SSLVerify(int ok, X509_STORE_CTX *ctx)
|
||||
if (!ok) {
|
||||
ssl_log(s, SSL_LOG_ERROR, "Certificate Verification: Error (%d): %s",
|
||||
errnum, X509_verify_cert_error_string(errnum));
|
||||
sslconn->client_cert = sslconn->client_dn = NULL;
|
||||
sslconn->client_dn = NULL;
|
||||
sslconn->client_cert = NULL;
|
||||
sslconn->verify_error =
|
||||
X509_verify_cert_error_string(errnum);
|
||||
}
|
||||
|
Reference in New Issue
Block a user