From: František Dvořák Date: Tue, 30 Oct 2012 08:30:04 +0000 (+0000) Subject: Fix build of branch. X-Git-Tag: gridsite-core_R_2_0_2~3 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=d0b724255a95efbbafb6348c7fc83b500b1629e4;p=jra1mw.git Fix build of branch. --- diff --git a/org.gridsite.core/src/canl_mod_gridsite.c b/org.gridsite.core/src/canl_mod_gridsite.c index e864117..87f881d 100644 --- a/org.gridsite.core/src/canl_mod_gridsite.c +++ b/org.gridsite.core/src/canl_mod_gridsite.c @@ -3891,7 +3891,7 @@ static int mod_gridsite_server_post_config(apr_pool_t *pPool, ctx = SSLSrvConfigRec_server(sc)->ssl_ctx; /* Use default caNl callbacks to verify certificates*/ - canl_ssl_ctx_set_clb(c_ctx, ctx, ctx->verify_mode); + canl_ssl_ctx_set_clb(c_ctx, ctx, ctx->verify_mode, NULL); if (main_server->loglevel >= APLOG_DEBUG) ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, main_server,