(cherry picked from commit cb2182676b)
This commit is contained in:
Dr. Stephen Henson
2014-01-28 15:35:16 +00:00
parent 765be74d24
commit e1549a01c7

View File

@@ -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;