diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-10-04 21:59:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 09:59:53 +0800 |
| commit | 79fe5e0a0647589894511d7497fb306f1c79ba70 (patch) | |
| tree | c30fb6bb0233b0131432a3e5e4e9f54139d5fa39 /src/_cffi_src | |
| parent | d28553d5b3fb055c623a304639257d52183cc4f1 (diff) | |
| download | cryptography-79fe5e0a0647589894511d7497fb306f1c79ba70.tar.gz | |
Convert a few more simple extensions to Rust encoding (#6376)
Diffstat (limited to 'src/_cffi_src')
| -rw-r--r-- | src/_cffi_src/openssl/asn1.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/_cffi_src/openssl/asn1.py b/src/_cffi_src/openssl/asn1.py index 0841a115d..a315c2f95 100644 --- a/src/_cffi_src/openssl/asn1.py +++ b/src/_cffi_src/openssl/asn1.py @@ -32,7 +32,6 @@ typedef struct { } ASN1_TYPE; typedef ... ASN1_GENERALIZEDTIME; typedef ... ASN1_ENUMERATED; -typedef ... ASN1_NULL; static const int V_ASN1_GENERALIZEDTIME; @@ -100,8 +99,6 @@ ASN1_INTEGER *BN_to_ASN1_INTEGER(BIGNUM *, ASN1_INTEGER *); int i2d_ASN1_TYPE(ASN1_TYPE *, unsigned char **); ASN1_TYPE *d2i_ASN1_TYPE(ASN1_TYPE **, const unsigned char **, long); - -ASN1_NULL *ASN1_NULL_new(void); """ CUSTOMIZATIONS = """ |
