Merge "Remove confusing deprecation comment from token_to_cms"

This commit is contained in:
Jenkins
2015-08-06 22:28:43 +00:00
committed by Gerrit Code Review

View File

@@ -227,8 +227,6 @@ def pkiz_verify(signed_text, signing_cert_file_name, ca_file_name):
inform=PKIZ_CMS_FORM) inform=PKIZ_CMS_FORM)
# This function is deprecated and will be removed once the ASN1 token format
# is no longer required. It is only here to be used for testing.
def token_to_cms(signed_text): def token_to_cms(signed_text):
"""Converts a custom formatted token to a PEM-formatted token. """Converts a custom formatted token to a PEM-formatted token.