aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-31 10:02:04 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-31 10:02:04 -0700
commita7151afce9b22fc21031b7272cf2d46edacd50b3 (patch)
tree0862094f2c3839e67547f692d29d55c7337b180f
parentda04f66ce0ba039fd97c301d71a0c1517359aa90 (diff)
downloadcryptography-a7151afce9b22fc21031b7272cf2d46edacd50b3.tar.gz
cryptography-a7151afce9b22fc21031b7272cf2d46edacd50b3.tar.bz2
cryptography-a7151afce9b22fc21031b7272cf2d46edacd50b3.zip
This is a const but raelly a macro or something
-rw-r--r--cryptography/bindings/openssl/api.py2
1 files changed, 1 insertions, 1 deletions
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 *);
""")