aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/bio.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-06-18 13:29:52 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-06-18 12:29:52 -0500
commite7111c33457928cc95318fb13a680d84dc9b6f60 (patch)
tree0876ca3bc9cb3014c33d252a2c57c4b1f1664059 /src/_cffi_src/openssl/bio.py
parent5864d84a74cd3a2f6052b6ce76b50de90ee0b3ae (diff)
downloadcryptography-e7111c33457928cc95318fb13a680d84dc9b6f60.tar.gz
cryptography-e7111c33457928cc95318fb13a680d84dc9b6f60.tar.bz2
cryptography-e7111c33457928cc95318fb13a680d84dc9b6f60.zip
Remove a binding and comments that reference 0.9.8 (#2984)
Diffstat (limited to 'src/_cffi_src/openssl/bio.py')
-rw-r--r--src/_cffi_src/openssl/bio.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/_cffi_src/openssl/bio.py b/src/_cffi_src/openssl/bio.py
index 7014891c..eb175a16 100644
--- a/src/_cffi_src/openssl/bio.py
+++ b/src/_cffi_src/openssl/bio.py
@@ -82,6 +82,7 @@ int BIO_read(BIO *, void *, int);
int BIO_gets(BIO *, char *, int);
int BIO_write(BIO *, const void *, int);
int BIO_puts(BIO *, const char *);
+int BIO_method_type(const BIO *);
"""
MACROS = """
@@ -131,10 +132,6 @@ long BIO_set_write_buffer_size(BIO *, long);
long BIO_set_buffer_size(BIO *, long);
long BIO_set_buffer_read_data(BIO *, void *, long);
long BIO_set_nbio(BIO *, long);
-
-/* The following was a macro in 0.9.8e. Once we drop support for RHEL/CentOS 5
- we should move this back to FUNCTIONS. */
-int BIO_method_type(const BIO *);
"""
CUSTOMIZATIONS = """