Funtion name correction (not to new release)
authorMarcel Poul <marcel.poul@cern.ch>
Sun, 3 Feb 2013 19:05:52 +0000 (19:05 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 6 Feb 2013 09:25:11 +0000 (10:25 +0100)
emi.canl.canl-c/src/canl_ssl.h

index ad8de11..fa1345e 100644 (file)
@@ -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.