#9969 Expose SSL_session_reused. (#9978)

* Expose SSL_session_reused.

* Fix test name.

* Don't name the parameters :)

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>

* Remove test as requested by Alex.

---------

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
This commit is contained in:
Adi Roiban 2023-12-09 20:08:45 +00:00 committed by GitHub
parent 61676b5b05
commit 14c16ebb9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,7 @@ FUNCTIONS = """
const char *SSL_state_string_long(const SSL *);
SSL_SESSION *SSL_get1_session(SSL *);
int SSL_set_session(SSL *, SSL_SESSION *);
int SSL_session_reused(const SSL *);
SSL *SSL_new(SSL_CTX *);
void SSL_free(SSL *);
int SSL_set_fd(SSL *, int);