From d0b724255a95efbbafb6348c7fc83b500b1629e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 30 Oct 2012 08:30:04 +0000 Subject: [PATCH] Fix build of branch. --- org.gridsite.core/src/canl_mod_gridsite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.8.2.3