Merge "pep8 fix for CMS"

This commit is contained in:
Jenkins
2015-04-09 00:25:20 +00:00
committed by Gerrit Code Review

View File

@@ -168,8 +168,8 @@ def cms_verify(formatted, signing_cert_file_name, ca_file_name,
# You can get more from
# http://www.openssl.org/docs/apps/cms.html#EXIT_CODES
#
# $ openssl cms -verify -certfile not_exist_file -CAfile \
# not_exist_file -inform PEM -nosmimecap -nodetach \
# $ openssl cms -verify -certfile not_exist_file -CAfile
# not_exist_file -inform PEM -nosmimecap -nodetach
# -nocerts -noattr
# Error opening certificate file not_exist_file
#