diff options
-rw-r--r-- | cryptography/bindings/openssl/asn1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/bindings/openssl/asn1.py b/cryptography/bindings/openssl/asn1.py index 1edcd449..5bd72e9a 100644 --- a/cryptography/bindings/openssl/asn1.py +++ b/cryptography/bindings/openssl/asn1.py @@ -117,5 +117,5 @@ ASN1_INTEGER *ASN1_INTEGER_dup(ASN1_INTEGER *); int ASN1_INTEGER_cmp(ASN1_INTEGER *, ASN1_INTEGER *); long ASN1_INTEGER_get(ASN1_INTEGER *); -BIGNUM *ASN1_INTEGER_to_BN(ASN1_INTEGER *,BIGNUM *); +BIGNUM *ASN1_INTEGER_to_BN(ASN1_INTEGER *, BIGNUM *); """ |