Skip to content

Commit

Permalink
Add bindings for SRTP support (#4099)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine authored and reaperhulk committed Feb 5, 2018
1 parent d6ad9fd commit c58d019
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 @@ -405,6 +405,9 @@
long SSL_CTX_set_tlsext_status_cb(SSL_CTX *, int(*)(SSL *, void *));
long SSL_CTX_set_tlsext_status_arg(SSL_CTX *, void *);
int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *, const char *);
int SSL_set_tlsext_use_srtp(SSL *, const char *);
long SSL_session_reused(SSL *);
void SSL_CTX_set_next_protos_advertised_cb(SSL_CTX *,
Expand Down

0 comments on commit c58d019

Please sign in to comment.