Skip to content

Commit

Permalink
restoring SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER constant (#9461)
Browse files Browse the repository at this point in the history
This constant was removed in 895de04 but it is still needed to deal with an issue in PyOpenSSL described here cherrypy/cheroot#245 and PR pyca/pyopenssl#1242.
  • Loading branch information
julianz- authored Aug 18, 2023
1 parent ed28d06 commit 6f0c5c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_cffi_src/openssl/ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
static const long SSL_CB_HANDSHAKE_DONE;
static const long SSL_MODE_RELEASE_BUFFERS;
static const long SSL_MODE_ENABLE_PARTIAL_WRITE;
static const long SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER;
static const long SSL_MODE_AUTO_RETRY;
static const long TLS_ST_BEFORE;
static const long TLS_ST_OK;
Expand Down

0 comments on commit 6f0c5c1

Please sign in to comment.