aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyli <cyli@twistedmatrix.com>2013-10-18 19:16:41 -0700
committercyli <cyli@twistedmatrix.com>2013-10-18 19:46:19 -0700
commit86c65644171af71bc70d09a8f0d070aad9550520 (patch)
treeb132784e7364d1ded04dc057c1a620f930664282
parente89657dd0152762a17d8e8b4042fe9b24043927f (diff)
downloadcryptography-86c65644171af71bc70d09a8f0d070aad9550520.tar.gz
cryptography-86c65644171af71bc70d09a8f0d070aad9550520.tar.bz2
cryptography-86c65644171af71bc70d09a8f0d070aad9550520.zip
Do not redefine time_t, since asn1 already defines it.
-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;
...;