summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2023-02-19 12:10:17 -0500
committerGitHub <noreply@github.com>2023-02-19 11:10:17 -0600
commit7a021f7decef210ff50ec79c7989726ac2a9c1b4 (patch)
treecbd7574ae5bbc7e543ea367c18ee5a1dc10b732e /src
parent99b1789ffa3931e4eb897b0b06040b561a2991e8 (diff)
downloadcryptography-7a021f7decef210ff50ec79c7989726ac2a9c1b4.tar.gz
remove unused x509 bindings (#8324)
Diffstat (limited to 'src')
-rw-r--r--src/_cffi_src/openssl/x509.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/_cffi_src/openssl/x509.py b/src/_cffi_src/openssl/x509.py
index 2cbc01c95..48433b245 100644
--- a/src/_cffi_src/openssl/x509.py
+++ b/src/_cffi_src/openssl/x509.py
@@ -193,8 +193,6 @@ X509_EXTENSIONS *sk_X509_EXTENSION_new_null(void);
int sk_X509_EXTENSION_num(X509_EXTENSIONS *);
X509_EXTENSION *sk_X509_EXTENSION_value(X509_EXTENSIONS *, int);
int sk_X509_EXTENSION_push(X509_EXTENSIONS *, X509_EXTENSION *);
-int sk_X509_EXTENSION_insert(X509_EXTENSIONS *, X509_EXTENSION *, int);
-X509_EXTENSION *sk_X509_EXTENSION_delete(X509_EXTENSIONS *, int);
void sk_X509_EXTENSION_free(X509_EXTENSIONS *);
void sk_X509_EXTENSION_pop_free(X509_EXTENSIONS *, sk_X509_EXTENSION_freefunc);