Skip to content

Commit

Permalink
re-add a binding for an upcoming pyopenssl release (backport) (#8725)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored Apr 14, 2023
1 parent c29f829 commit 74a3cca
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 @@ -253,6 +253,7 @@
unsigned int);
X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
void SSL_CTX_set_cert_store(SSL_CTX *, X509_STORE *);
int SSL_CTX_add_client_CA(SSL_CTX *, X509 *);
void SSL_CTX_set_client_CA_list(SSL_CTX *, Cryptography_STACK_OF_X509_NAME *);
Expand Down

0 comments on commit 74a3cca

Please sign in to comment.