aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cryptography/bindings/openssl/x509.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cryptography/bindings/openssl/x509.py b/cryptography/bindings/openssl/x509.py
index 0a60dab0..f88d0f75 100644
--- a/cryptography/bindings/openssl/x509.py
+++ b/cryptography/bindings/openssl/x509.py
@@ -16,8 +16,6 @@ INCLUDES = """
"""
TYPES = """
-typedef int time_t;
-
typedef struct {
ASN1_OBJECT *algorithm;
...;