From acada96664f0b226b8fa3e7192eb0d008367e1f1 Mon Sep 17 00:00:00 2001 From: Dominic Chen <1108560+ddcc@users.noreply.github.com> Date: Mon, 6 May 2019 07:47:02 -0400 Subject: add BIO_free_all (#4874) --- src/_cffi_src/openssl/bio.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/_cffi_src') diff --git a/src/_cffi_src/openssl/bio.py b/src/_cffi_src/openssl/bio.py index d65775a0..0e6cb38c 100644 --- a/src/_cffi_src/openssl/bio.py +++ b/src/_cffi_src/openssl/bio.py @@ -15,6 +15,7 @@ typedef ... BIO_METHOD; FUNCTIONS = """ int BIO_free(BIO *); +void BIO_free_all(BIO *); BIO *BIO_new_file(const char *, const char *); BIO *BIO_new_dgram(int, int); size_t BIO_ctrl_pending(BIO *); -- cgit v1.2.3