Added -strictpem parameter to enable processing of PEM files with data prior to the...
[openssl.git] / apps / cms.c
index d15e203f9cb4be67f68892b63266c3890b35cd6d..ddc3d5ec17554cb51b686cfad2b2decb90ae8c7d 100644 (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")