From 847865d0f9810a2f9c0eb7a5dc5d0c29f50b84ba Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 12 Feb 2014 15:15:55 +0000 Subject: Add suppot for ASCII with CRLF canonicalisation. --- apps/cms.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/cms.c') diff --git a/apps/cms.c b/apps/cms.c index d15e203f9c..ddc3d5ec17 100644 --- a/apps/cms.c +++ b/apps/cms.c @@ -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") -- cgit v1.2.3