summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.