diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2023-02-19 16:42:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-19 21:42:36 +0000 |
| commit | 052cbb6729a44d978efbc2d6daca567f5dd8be87 (patch) | |
| tree | 5331622a8cd0bb4f2df23dad9702174c39830993 /src/_cffi_src/openssl | |
| parent | 895de04c7318edf0ecb5d55c4758598ff6d79724 (diff) | |
| download | cryptography-052cbb6729a44d978efbc2d6daca567f5dd8be87.tar.gz | |
remove unused x509 binding (#8336)
Diffstat (limited to 'src/_cffi_src/openssl')
| -rw-r--r-- | src/_cffi_src/openssl/x509.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/_cffi_src/openssl/x509.py b/src/_cffi_src/openssl/x509.py index 93f0670bb..03fd93abd 100644 --- a/src/_cffi_src/openssl/x509.py +++ b/src/_cffi_src/openssl/x509.py @@ -47,7 +47,6 @@ FUNCTIONS = """ X509 *X509_new(void); void X509_free(X509 *); X509 *X509_dup(X509 *); -int X509_cmp(const X509 *, const X509 *); int X509_up_ref(X509 *); int X509_print_ex(BIO *, X509 *, unsigned long, unsigned long); |
