From 069f0024a7de3399333dac2d6b5e4cdab28e81b6 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 2 Oct 2013 14:59:10 -0700 Subject: Remove this, it properly belongs to ASN1, and that's for a seperate PR --- cryptography/bindings/openssl/bignum.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cryptography/bindings/openssl/bignum.py b/cryptography/bindings/openssl/bignum.py index 40397a54..72d467c3 100644 --- a/cryptography/bindings/openssl/bignum.py +++ b/cryptography/bindings/openssl/bignum.py @@ -18,9 +18,6 @@ INCLUDES = """ TYPES = """ typedef ... BIGNUM; typedef ... BN_ULONG; - -// Possibly belongs in an asn1.py -typedef ... ASN1_INTEGER; """ FUNCTIONS = """ @@ -34,5 +31,4 @@ int BN_hex2bn(BIGNUM **, const char *); """ MACROS = """ -ASN1_INTEGER *BN_to_ASN1_INTEGER(BIGNUM *, ASN1_INTEGER *); """ -- cgit v1.2.3