commit | c8f2aa60d92b12b82e93ef96f39dda830f24cec8 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Aug 16 19:08:30 2016 +0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Aug 16 07:08:30 2016 -0400 |
tree | 881f1769878188a7aec5b55b0653fb7a7e11a67f | |
parent | c65fea9d54ab122866445f3a8b19e4391f14a7ed [diff] |
BIO_set has been removed in 1.1.0 (#3092) Since we aren't using it bye bye
diff --git a/src/_cffi_src/openssl/bio.py b/src/_cffi_src/openssl/bio.py index eb175a1..59fb8c6 100644 --- a/src/_cffi_src/openssl/bio.py +++ b/src/_cffi_src/openssl/bio.py
@@ -88,7 +88,6 @@ MACROS = """ /* These added const to BIO_METHOD in 1.1.0 */ BIO *BIO_new(BIO_METHOD *); -int BIO_set(BIO *, BIO_METHOD *); BIO_METHOD *BIO_s_mem(void); BIO_METHOD *BIO_s_file(void); BIO_METHOD *BIO_s_fd(void);