(cherry picked from commit cb2182676b)
This commit is contained in:
Dr. Stephen Henson 2014-01-28 15:35:16 +00:00
parent 745929c2a5
commit 0450d6c177

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;