From d2e2cded7145e33aeab298a3d8ac0e55b54d0b1b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 13 Dec 2014 22:54:07 -0800 Subject: Fixed the bio bindings to match our style guide --- src/cryptography/hazmat/bindings/openssl/bio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cryptography/hazmat/bindings/openssl/bio.py b/src/cryptography/hazmat/bindings/openssl/bio.py index 854b2bc6..d97debb5 100644 --- a/src/cryptography/hazmat/bindings/openssl/bio.py +++ b/src/cryptography/hazmat/bindings/openssl/bio.py @@ -89,7 +89,7 @@ static const int BIO_TYPE_FILTER; """ FUNCTIONS = """ -BIO* BIO_new(BIO_METHOD *); +BIO *BIO_new(BIO_METHOD *); int BIO_set(BIO *, BIO_METHOD *); int BIO_free(BIO *); void BIO_vfree(BIO *); -- cgit v1.2.3