From dba6d9269c2ed082352dcaacb5b0eaa34114e76f Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 13 Mar 2016 20:39:00 -0400 Subject: these bio types no longer exist in 1.1.0 and...you guessed it, we don't use them and neither does pyOpenSSL --- src/_cffi_src/openssl/bio.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/_cffi_src/openssl/bio.py') 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; -- cgit v1.2.3