aboutsummaryrefslogtreecommitdiffstats
path: root/demos/cms
diff options
context:
space:
mode:
Diffstat (limited to 'demos/cms')
-rw-r--r--demos/cms/cms_dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/cms/cms_dec.c b/demos/cms/cms_dec.c
index 7ddf653269..9fee0a3ebf 100644
--- a/demos/cms/cms_dec.c
+++ b/demos/cms/cms_dec.c
@@ -47,7 +47,7 @@ int main(int argc, char **argv)
goto err;
/* Decrypt S/MIME message */
- if (!CMS_decrypt(cms, rkey, rcert, out, NULL, 0))
+ if (!CMS_decrypt(cms, rkey, rcert, NULL, out, 0))
goto err;
ret = 0;