mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* Silence compiler warning
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1165200 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -765,6 +765,8 @@ static void ssl_init_ctx_crl(server_rec *s,
|
|||||||
case SSL_CRLCHECK_CHAIN:
|
case SSL_CRLCHECK_CHAIN:
|
||||||
crlflags = X509_V_FLAG_CRL_CHECK|X509_V_FLAG_CRL_CHECK_ALL;
|
crlflags = X509_V_FLAG_CRL_CHECK|X509_V_FLAG_CRL_CHECK_ALL;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
crlflags = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (crlflags) {
|
if (crlflags) {
|
||||||
|
Reference in New Issue
Block a user