projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
745929c
)
typo
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 28 Jan 2014 15:35:16 +0000
(15:35 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 28 Jan 2014 15:36:39 +0000
(15:36 +0000)
(cherry picked from commit
cb2182676bdf652070bc272a3896d957763a4324
)
demos/cms/cms_dec.c
patch
|
blob
|
history
diff --git
a/demos/cms/cms_dec.c
b/demos/cms/cms_dec.c
index 7ddf653269a39867dacfe15da5f53e78317dbe53..9fee0a3ebfc4d519e5eadf3a3bd4967ab1802153 100644
(file)
--- 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;