From 940ec9be773f67fda7d686f1f74fe6b7548b96d6 Mon Sep 17 00:00:00 2001 From: Marcel Poul Date: Sun, 3 Feb 2013 19:05:52 +0000 Subject: [PATCH] Funtion name correction (not to new release) --- emi.canl.canl-c/src/canl_ssl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 1.8.2.3