Skip to content

Commit

Permalink
Expose session serialization primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
mdulaney committed Oct 21, 2024
1 parent 6245f3e commit 34b2b33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/_cffi_src/openssl/ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,9 @@
SSL_SESSION *SSL_get_session(const SSL *);
SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **, const unsigned char **, long);
int i2d_SSL_SESSION(SSL_SESSION *, unsigned char **);
uint64_t SSL_set_options(SSL *, uint64_t);
uint64_t SSL_get_options(SSL *);
Expand Down

0 comments on commit 34b2b33

Please sign in to comment.