diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-03-13 20:39:00 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-03-13 20:39:00 -0400 |
commit | dba6d9269c2ed082352dcaacb5b0eaa34114e76f (patch) | |
tree | 42b410a0887a3b8f79583df94d31995256e315fe /src | |
parent | 76252fca16dccc2add21c985d4d9d883ed55f1c9 (diff) | |
download | cryptography-dba6d9269c2ed082352dcaacb5b0eaa34114e76f.tar.gz cryptography-dba6d9269c2ed082352dcaacb5b0eaa34114e76f.tar.bz2 cryptography-dba6d9269c2ed082352dcaacb5b0eaa34114e76f.zip |
these bio types no longer exist in 1.1.0
and...you guessed it, we don't use them and neither does pyOpenSSL
Diffstat (limited to 'src')
-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; |