aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-24 22:30:42 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-24 22:30:42 -0600
commitd58b57991f73581da951c7c98b808dad7875f9b1 (patch)
treefc872feeabe0dacc4b5025dd7cb65fd8988b8c03 /src/_cffi_src/openssl
parente7dc111a2fedbb42e008bb34a4e34835b3a63399 (diff)
downloadcryptography-d58b57991f73581da951c7c98b808dad7875f9b1.tar.gz
cryptography-d58b57991f73581da951c7c98b808dad7875f9b1.tar.bz2
cryptography-d58b57991f73581da951c7c98b808dad7875f9b1.zip
a different approach to refactoring the x509 extension addition
Diffstat (limited to 'src/_cffi_src/openssl')
-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 a08ef179..b58a1a27 100644
--- a/src/_cffi_src/openssl/x509.py
+++ b/src/_cffi_src/openssl/x509.py
@@ -292,6 +292,7 @@ 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 *);