From a5db50d005637faba968b4173f2e81f07ebd7469 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 11 Apr 2008 23:23:18 +0000 Subject: Revert argument swap change... oops CMS_uncompress() was consistent... --- apps/cms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/cms.c') diff --git a/apps/cms.c b/apps/cms.c index e0c4c99485..b1ffb382ad 100644 --- a/apps/cms.c +++ b/apps/cms.c @@ -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) -- cgit v1.2.3