Skip to content

Commit

Permalink
Merge pull request pyca#2302 from Ayrx/add-ssl-renegotiate
Browse files Browse the repository at this point in the history
Add SSL_renegotiate binding.
  • Loading branch information
alex committed Aug 28, 2015
2 parents 8e1912b + aad3949 commit 2bf6a7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_cffi_src/openssl/ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
int SSL_get_error(const SSL *, int);
int SSL_do_handshake(SSL *);
int SSL_shutdown(SSL *);
int SSL_renegotiate(SSL *);
const char *SSL_get_cipher_list(const SSL *, int);
Cryptography_STACK_OF_SSL_CIPHER *SSL_get_ciphers(const SSL *);
Expand Down

0 comments on commit 2bf6a7f

Please sign in to comment.