commit | c2a2ee0365cd4f7b96f8794fef4f405107721816 | [log] [tgz] |
---|---|---|
author | Alex Stapleton <alexs@prol.etari.at> | Sat Apr 05 22:24:32 2014 +0100 |
committer | Alex Stapleton <alexs@prol.etari.at> | Sat Apr 05 22:24:32 2014 +0100 |
tree | 1129eadbd3711842889bf4a535444a16e698044a | |
parent | e45a4b510174df78462183824fc2eff0408bf6e2 [diff] |
BN_cmp macro
diff --git a/cryptography/hazmat/bindings/openssl/bignum.py b/cryptography/hazmat/bindings/openssl/bignum.py index 48350a3..d505b17 100644 --- a/cryptography/hazmat/bindings/openssl/bignum.py +++ b/cryptography/hazmat/bindings/openssl/bignum.py
@@ -92,6 +92,7 @@ int BN_zero(BIGNUM *); int BN_one(BIGNUM *); int BN_mod(BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *); +BIGNUM *BN_cmp(const BIGNUM *, const BIGNUM *); """ CUSTOMIZATIONS = """