Skip to content

Commit 4281e5c

Browse files
authored
restoring SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER constant
This constant was removed in pyca@895de04 but it is still needed to deal with an issue in PyOpenSSL described here cherrypy/cheroot#245 and PR pyca/pyopenssl#1242.
1 parent ed28d06 commit 4281e5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_cffi_src/openssl/ssl.py

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
static const long SSL_CB_HANDSHAKE_DONE;
109109
static const long SSL_MODE_RELEASE_BUFFERS;
110110
static const long SSL_MODE_ENABLE_PARTIAL_WRITE;
111+
static const long SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER;
111112
static const long SSL_MODE_AUTO_RETRY;
112113
static const long TLS_ST_BEFORE;
113114
static const long TLS_ST_OK;

0 commit comments

Comments
 (0)