From: Marcel Poul Date: Sun, 3 Feb 2013 19:05:52 +0000 (+0000) Subject: Funtion name correction (not to new release) X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=940ec9be773f67fda7d686f1f74fe6b7548b96d6;p=jra1mw.git Funtion name correction (not to new release) --- diff --git a/emi.canl.canl-c/src/canl_ssl.h b/emi.canl.canl-c/src/canl_ssl.h index ad8de11..fa1345e 100644 --- a/emi.canl.canl-c/src/canl_ssl.h +++ b/emi.canl.canl-c/src/canl_ssl.h @@ -31,8 +31,9 @@ canl_ctx_set_crl_dir(canl_ctx, const char *); canl_err_code CANL_CALLCONV canl_ctx_set_ca_fn(canl_ctx, const char *); +/*MP not impemented yet*/ canl_err_code CANL_CALLCONV -canl_ctx_sfncrl_dir(canl_ctx, const char *); +canl_ctx_set_crl_fn(canl_ctx, const char *); /* Set canl cert verification callbacks into SSL_CTX. Do not use SSL_CTX stored in canl_ctx.