diff options
author | cyli <cyli@twistedmatrix.com> | 2013-10-18 22:25:25 -0700 |
---|---|---|
committer | cyli <cyli@twistedmatrix.com> | 2013-10-19 12:10:47 -0700 |
commit | de372c3e9b2d8acffe27dd7fdc812f3b76ad278b (patch) | |
tree | a0060a96e2aee84851d3036a2d7661b4df9c4977 | |
parent | 9201169b5abfe0744da381975693e5cdbbe0c45b (diff) | |
download | cryptography-de372c3e9b2d8acffe27dd7fdc812f3b76ad278b.tar.gz cryptography-de372c3e9b2d8acffe27dd7fdc812f3b76ad278b.tar.bz2 cryptography-de372c3e9b2d8acffe27dd7fdc812f3b76ad278b.zip |
Do not redefine EVP_CIPHER
-rw-r--r-- | cryptography/bindings/openssl/pem.py | 1 |
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); """ |