git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24eea9e
)
Funtion name correction (not to new release)
author
Marcel Poul
<marcel.poul@cern.ch>
Sun, 3 Feb 2013 19:05:52 +0000
(19:05 +0000)
committer
Františ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
patch
|
blob
|
blame
|
history
diff --git
a/emi.canl.canl-c/src/canl_ssl.h
b/emi.canl.canl-c/src/canl_ssl.h
index
ad8de11
..
fa1345e
100644
(file)
--- 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_s
fncrl_dir
(canl_ctx, const char *);
+canl_ctx_s
et_crl_fn
(canl_ctx, const char *);
/* Set canl cert verification callbacks into SSL_CTX.
Do not use SSL_CTX stored in canl_ctx.