summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-06-02 12:07:59 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2016-06-02 12:07:59 -0700
commit510293e2cf12fe9c77d6a372eee5e88df8012aa9 (patch)
tree9c8f94895e5f2f775130badbce39bd0b5a654659
parent2cece4a76c0e5efc011d8b54366b46b2ddc4cec5 (diff)
downloadpyopenssl-510293e2cf12fe9c77d6a372eee5e88df8012aa9.tar.gz
whitespace
-rw-r--r--src/OpenSSL/crypto.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OpenSSL/crypto.py b/src/OpenSSL/crypto.py
index 13c21e7..21bdadd 100644
--- a/src/OpenSSL/crypto.py
+++ b/src/OpenSSL/crypto.py
@@ -116,6 +116,7 @@ def _set_asn1_time(boundary, when):
else:
_untested_error()
+
def _get_asn1_time(timestamp):
"""
Retrieve the time value of an ASN1 time object.