typo
This commit is contained in:
parent
73c92dfa0c
commit
cb2182676b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user