Add suppot for ASCII with CRLF canonicalisation.

This commit is contained in:
Dr. Stephen Henson
2014-02-12 15:15:55 +00:00
parent 4dce704145
commit 847865d0f9
6 changed files with 47 additions and 5 deletions

View File

@@ -258,6 +258,8 @@ int MAIN(int argc, char **argv)
flags |= CMS_DEBUG_DECRYPT;
else if (!strcmp (*args, "-text"))
flags |= CMS_TEXT;
else if (!strcmp (*args, "-asciicrlf"))
flags |= CMS_ASCIICRLF;
else if (!strcmp (*args, "-nointern"))
flags |= CMS_NOINTERN;
else if (!strcmp (*args, "-noverify")