Skip to content

Commit

Permalink
Remove unused bio binding
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jul 22, 2024
1 parent d2e2777 commit 67e58f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/_cffi_src/openssl/bio.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
int BIO_should_write(BIO *);
int BIO_should_io_special(BIO *);
int BIO_should_retry(BIO *);
int BIO_reset(BIO *);
BIO_ADDR *BIO_ADDR_new(void);
void BIO_ADDR_free(BIO_ADDR *);
Expand Down

0 comments on commit 67e58f2

Please sign in to comment.