diff options
-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); """ |