Fix build of branch.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 30 Oct 2012 08:30:04 +0000 (08:30 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 30 Oct 2012 08:30:04 +0000 (08:30 +0000)
org.gridsite.core/src/canl_mod_gridsite.c

index e864117..87f881d 100644 (file)
@@ -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,