From: Dr. Stephen Henson Date: Tue, 28 Jan 2014 15:35:16 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_1_0_0m~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0450d6c177ddd68e729220faf0d28bc0bd021214;p=openssl typo (cherry picked from commit cb2182676bdf652070bc272a3896d957763a4324) --- diff --git a/demos/cms/cms_dec.c b/demos/cms/cms_dec.c index 7ddf653269..9fee0a3ebf 100644 --- a/demos/cms/cms_dec.c +++ b/demos/cms/cms_dec.c @@ -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;