Skip to content

Commit 14c16eb

Browse files
adiroibanalex
andauthored
#9969 Expose SSL_session_reused. (#9978)
* Expose SSL_session_reused. * Fix test name. * Don't name the parameters :) Co-authored-by: Alex Gaynor <[email protected]> * Remove test as requested by Alex. --------- Co-authored-by: Alex Gaynor <[email protected]>
1 parent 61676b5 commit 14c16eb

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
@@ -142,6 +142,7 @@
142142
const char *SSL_state_string_long(const SSL *);
143143
SSL_SESSION *SSL_get1_session(SSL *);
144144
int SSL_set_session(SSL *, SSL_SESSION *);
145+
int SSL_session_reused(const SSL *);
145146
SSL *SSL_new(SSL_CTX *);
146147
void SSL_free(SSL *);
147148
int SSL_set_fd(SSL *, int);

0 commit comments

Comments
 (0)