typo
(cherry picked from commit cb2182676bdf652070bc272a3896d957763a4324)
This commit is contained in:
parent
2c4c9867e7
commit
448e9b7cf1
@ -47,7 +47,7 @@ int main(int argc, char **argv)
|
|||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
/* Decrypt S/MIME message */
|
/* Decrypt S/MIME message */
|
||||||
if (!CMS_decrypt(cms, rkey, rcert, out, NULL, 0))
|
if (!CMS_decrypt(cms, rkey, rcert, NULL, out, 0))
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
ret = 0;
|
ret = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user