diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-03-13 21:42:42 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-03-13 21:42:42 -0400 |
commit | afb9486483c1677b312b45f0cbfed1901c6ab35f (patch) | |
tree | e2502848ae97b437d7f6abe65a0a2691f77c6bc9 /src/_cffi_src/openssl/bio.py | |
parent | 8924a03c51eeafeb87c46a23f08bc5d023f55878 (diff) | |
parent | dba6d9269c2ed082352dcaacb5b0eaa34114e76f (diff) | |
download | cryptography-afb9486483c1677b312b45f0cbfed1901c6ab35f.tar.gz cryptography-afb9486483c1677b312b45f0cbfed1901c6ab35f.tar.bz2 cryptography-afb9486483c1677b312b45f0cbfed1901c6ab35f.zip |
Merge pull request #2822 from reaperhulk/110-patch-32
these bio types no longer exist in 1.1.0
Diffstat (limited to 'src/_cffi_src/openssl/bio.py')
-rw-r--r-- | src/_cffi_src/openssl/bio.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/_cffi_src/openssl/bio.py b/src/_cffi_src/openssl/bio.py index c032f72a..df9b1b48 100644 --- a/src/_cffi_src/openssl/bio.py +++ b/src/_cffi_src/openssl/bio.py @@ -68,8 +68,6 @@ static const int BIO_CTRL_WPENDING; static const int BIO_C_FILE_SEEK; static const int BIO_C_FILE_TELL; static const int BIO_TYPE_NONE; -static const int BIO_TYPE_PROXY_CLIENT; -static const int BIO_TYPE_PROXY_SERVER; static const int BIO_TYPE_NBIO_TEST; static const int BIO_TYPE_BER; static const int BIO_TYPE_BIO; |