diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-10-10 06:25:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-10 18:25:11 +0800 |
| commit | 4d5f0f0ea81705e6ccaa347ba018cddf1b60ef67 (patch) | |
| tree | 0bc02518d19a0d0591a0f9b20f86d3ef12a85d17 /src/_cffi_src | |
| parent | 9fe494f277bfdbb417664ee36fe0b2d5c6210c22 (diff) | |
| download | cryptography-4d5f0f0ea81705e6ccaa347ba018cddf1b60ef67.tar.gz | |
Remove unused binding (#6398)
Diffstat (limited to 'src/_cffi_src')
| -rw-r--r-- | src/_cffi_src/openssl/asn1.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/_cffi_src/openssl/asn1.py b/src/_cffi_src/openssl/asn1.py index 12158aae3..8ab890cec 100644 --- a/src/_cffi_src/openssl/asn1.py +++ b/src/_cffi_src/openssl/asn1.py @@ -86,8 +86,6 @@ ASN1_UTF8STRING *ASN1_UTF8STRING_new(void); void ASN1_UTF8STRING_free(ASN1_UTF8STRING *); ASN1_BIT_STRING *ASN1_BIT_STRING_new(void); -/* This is not a macro, but is const on some versions of OpenSSL */ -int ASN1_BIT_STRING_get_bit(ASN1_BIT_STRING *, int); int ASN1_STRING_length(ASN1_STRING *); int ASN1_STRING_set_default_mask_asc(char *); |
