pep8 fix for CMS

Change-Id: I5bd4f46b34f0bbb21f1b6a6bfeeb2a26f5544156
This commit is contained in:
Adam Young
2015-02-28 15:50:08 -05:00
parent cf472fa6d7
commit 6ee6af2c01

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
#