commit | d2e2cded7145e33aeab298a3d8ac0e55b54d0b1b | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Dec 13 22:54:07 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Dec 13 22:54:07 2014 -0800 |
tree | 6b042f307e97dbb515004a93c6bd18994a07a554 | |
parent | c5e9ce030ba279973f2970d7efe16048a0d09b3a [diff] |
Fixed the bio bindings to match our style guide
diff --git a/src/cryptography/hazmat/bindings/openssl/bio.py b/src/cryptography/hazmat/bindings/openssl/bio.py index 854b2bc..d97debb 100644 --- a/src/cryptography/hazmat/bindings/openssl/bio.py +++ b/src/cryptography/hazmat/bindings/openssl/bio.py
@@ -89,7 +89,7 @@ """ 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 *);