aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-06-02 10:16:07 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-06-02 10:16:07 -0700
commit7185641941ebf5157f6c5824c4e17a7f854de24c (patch)
tree77c4cea7ee58ff6be94caa7f8611318e565ec5a3
parent157dac9e0f9b5d6f614c03b52baa958c9253e2cf (diff)
downloadcryptography-7185641941ebf5157f6c5824c4e17a7f854de24c.tar.gz
cryptography-7185641941ebf5157f6c5824c4e17a7f854de24c.tar.bz2
cryptography-7185641941ebf5157f6c5824c4e17a7f854de24c.zip
Added an additional binding that we need (#2942)
-rw-r--r--src/_cffi_src/openssl/x509.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/x509.py b/src/_cffi_src/openssl/x509.py
index aa8a8e7b..05c7ec0e 100644
--- a/src/_cffi_src/openssl/x509.py
+++ b/src/_cffi_src/openssl/x509.py
@@ -188,6 +188,7 @@ int X509_REVOKED_get_ext_count(X509_REVOKED *);
X509_EXTENSION *X509_REVOKED_get_ext(X509_REVOKED *, int);
int X509_REVOKED_add_ext(X509_REVOKED *, X509_EXTENSION*, int);
int X509_REVOKED_add1_ext_i2d(X509_REVOKED *, int, void *, int, unsigned long);
+X509_EXTENSION *X509_REVOKED_delete_ext(X509_REVOKED *, int);
int X509_REVOKED_set_revocationDate(X509_REVOKED *, ASN1_TIME *);