mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
removed another obsolete cast. Mentioned by Peter Sylvester.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@798989 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -584,7 +584,7 @@ static void ssl_init_ctx_verify(server_rec *s,
|
|||||||
* should take place. This cannot work.
|
* should take place. This cannot work.
|
||||||
*/
|
*/
|
||||||
if (mctx->auth.verify_mode == SSL_CVERIFY_REQUIRE) {
|
if (mctx->auth.verify_mode == SSL_CVERIFY_REQUIRE) {
|
||||||
ca_list = (STACK_OF(X509_NAME) *)SSL_CTX_get_client_CA_list(ctx);
|
ca_list = SSL_CTX_get_client_CA_list(ctx);
|
||||||
|
|
||||||
if (sk_X509_NAME_num(ca_list) == 0) {
|
if (sk_X509_NAME_num(ca_list) == 0) {
|
||||||
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, s,
|
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, s,
|
||||||
|
Reference in New Issue
Block a user