From cfab88f58c6fc4a81d8cbb9ce488737d8426be2f Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 31 Aug 2013 10:07:10 -0700 Subject: put this back --- 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 abf08107..202595bf 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(EVP_CIPHER_CTX *); + const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *); int EVP_CIPHER_block_size(const EVP_CIPHER *); """) -- cgit v1.2.3