Skip to content

Commit 74a3cca

Browse files
authored
re-add a binding for an upcoming pyopenssl release (backport) (#8725)
1 parent c29f829 commit 74a3cca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_cffi_src/openssl/ssl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253
unsigned int);
254254
255255
X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
256+
void SSL_CTX_set_cert_store(SSL_CTX *, X509_STORE *);
256257
int SSL_CTX_add_client_CA(SSL_CTX *, X509 *);
257258
258259
void SSL_CTX_set_client_CA_list(SSL_CTX *, Cryptography_STACK_OF_X509_NAME *);

0 commit comments

Comments
 (0)