diff options
author | cyli <cyli@twistedmatrix.com> | 2013-10-18 19:16:41 -0700 |
---|---|---|
committer | cyli <cyli@twistedmatrix.com> | 2013-10-18 19:46:19 -0700 |
commit | 86c65644171af71bc70d09a8f0d070aad9550520 (patch) | |
tree | b132784e7364d1ded04dc057c1a620f930664282 | |
parent | e89657dd0152762a17d8e8b4042fe9b24043927f (diff) | |
download | cryptography-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.py | 2 |
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; ...; |