aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-07-24 20:15:33 +0100
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-07-24 20:15:33 +0100
commiteaac67b1bc25799102488f4a3338e9403ddde9d0 (patch)
tree589d034275bad19ca8c5b19a937294fd9209dcd7 /src/_cffi_src
parenta34c0e858d1d5d0cb8bfc550841f476d926dce1c (diff)
downloadcryptography-eaac67b1bc25799102488f4a3338e9403ddde9d0.tar.gz
cryptography-eaac67b1bc25799102488f4a3338e9403ddde9d0.tar.bz2
cryptography-eaac67b1bc25799102488f4a3338e9403ddde9d0.zip
let's also add the binding to make a new GENERAL_SUBTREE stack
Diffstat (limited to 'src/_cffi_src')
-rw-r--r--src/_cffi_src/openssl/x509v3.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/x509v3.py b/src/_cffi_src/openssl/x509v3.py
index cb31ba1e..d0a57349 100644
--- a/src/_cffi_src/openssl/x509v3.py
+++ b/src/_cffi_src/openssl/x509v3.py
@@ -238,6 +238,7 @@ int sk_POLICYQUALINFO_num(Cryptography_STACK_OF_POLICYQUALINFO *);
POLICYQUALINFO *sk_POLICYQUALINFO_value(Cryptography_STACK_OF_POLICYQUALINFO *,
int);
+Cryptography_STACK_OF_GENERAL_SUBTREE *sk_GENERAL_SUBTREE_new_null(void);
void sk_GENERAL_SUBTREE_free(Cryptography_STACK_OF_GENERAL_SUBTREE *);
int sk_GENERAL_SUBTREE_num(Cryptography_STACK_OF_GENERAL_SUBTREE *);
GENERAL_SUBTREE *sk_GENERAL_SUBTREE_value(