aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyli <cyli@twistedmatrix.com>2013-10-18 22:25:25 -0700
committercyli <cyli@twistedmatrix.com>2013-10-19 12:10:47 -0700
commitde372c3e9b2d8acffe27dd7fdc812f3b76ad278b (patch)
treea0060a96e2aee84851d3036a2d7661b4df9c4977
parent9201169b5abfe0744da381975693e5cdbbe0c45b (diff)
downloadcryptography-de372c3e9b2d8acffe27dd7fdc812f3b76ad278b.tar.gz
cryptography-de372c3e9b2d8acffe27dd7fdc812f3b76ad278b.tar.bz2
cryptography-de372c3e9b2d8acffe27dd7fdc812f3b76ad278b.zip
Do not redefine EVP_CIPHER
-rw-r--r--cryptography/bindings/openssl/pem.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cryptography/bindings/openssl/pem.py b/cryptography/bindings/openssl/pem.py
index 88198c86..8c8f736d 100644
--- a/cryptography/bindings/openssl/pem.py
+++ b/cryptography/bindings/openssl/pem.py
@@ -16,7 +16,6 @@ INCLUDES = """
"""
TYPES = """
-typedef ... EVP_CIPHER;
typedef int pem_password_cb(char *buf, int size, int rwflag, void *userdata);
"""