Revert argument swap change... oops CMS_uncompress() was consistent...
This commit is contained in:
@@ -1028,7 +1028,7 @@ int MAIN(int argc, char **argv)
|
||||
}
|
||||
else if (operation == SMIME_UNCOMPRESS)
|
||||
{
|
||||
if (!CMS_uncompress(cms, out, indata, flags))
|
||||
if (!CMS_uncompress(cms, indata, out, flags))
|
||||
goto end;
|
||||
}
|
||||
else if (operation == SMIME_DIGEST_VERIFY)
|
||||
|
Reference in New Issue
Block a user