diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-02 11:05:27 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-02 11:05:27 -0700 |
| commit | eec5c3c77f53b3d5542a6984e5321d0860b8317a (patch) | |
| tree | d6980919edd92235378e148c54a801ddca1332c7 /cryptography | |
| parent | 6366934837b741aee8c1a77646378b81974b61c3 (diff) | |
| download | cryptography-eec5c3c77f53b3d5542a6984e5321d0860b8317a.tar.gz cryptography-eec5c3c77f53b3d5542a6984e5321d0860b8317a.tar.bz2 cryptography-eec5c3c77f53b3d5542a6984e5321d0860b8317a.zip | |
Thsi is a macro
Diffstat (limited to 'cryptography')
| -rw-r--r-- | cryptography/bindings/openssl/bignum.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cryptography/bindings/openssl/bignum.py b/cryptography/bindings/openssl/bignum.py index 258847a5..40397a54 100644 --- a/cryptography/bindings/openssl/bignum.py +++ b/cryptography/bindings/openssl/bignum.py @@ -31,9 +31,8 @@ int BN_set_word(BIGNUM *, BN_ULONG); char *BN_bn2hex(const BIGNUM *); int BN_hex2bn(BIGNUM **, const char *); - -ASN1_INTEGER *BN_to_ASN1_INTEGER(BIGNUM *, ASN1_INTEGER *); """ MACROS = """ +ASN1_INTEGER *BN_to_ASN1_INTEGER(BIGNUM *, ASN1_INTEGER *); """ |
