From a7151afce9b22fc21031b7272cf2d46edacd50b3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 31 Aug 2013 10:02:04 -0700 Subject: This is a const but raelly a macro or something --- cryptography/bindings/openssl/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptography/bindings/openssl/api.py b/cryptography/bindings/openssl/api.py index 65f33488..abf08107 100644 --- a/cryptography/bindings/openssl/api.py +++ b/cryptography/bindings/openssl/api.py @@ -48,7 +48,7 @@ class API(object): unsigned char *, int); int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *, unsigned char *, int *); int EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *); - EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *); + EVP_CIPHER *EVP_CIPHER_CTX_cipher(EVP_CIPHER_CTX *); int EVP_CIPHER_block_size(const EVP_CIPHER *); """) -- cgit v1.2.3