aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-04-09 09:18:15 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-04-09 21:18:15 +0800
commita699167bbfa2e7cfdc1818697c184fa18535d6f8 (patch)
tree32376c3b8344e13c141abb3a8fbdf61f0e8c535a /src/_cffi_src
parentef027a69808d045dffc3b4db274d67cea1be9f3a (diff)
downloadcryptography-a699167bbfa2e7cfdc1818697c184fa18535d6f8.tar.gz
cryptography-a699167bbfa2e7cfdc1818697c184fa18535d6f8.tar.bz2
cryptography-a699167bbfa2e7cfdc1818697c184fa18535d6f8.zip
Fixed #3492 -- use a better API (#3497)
* Fixed #3492 -- use a better API * More correct types * Revert "More correct types" This reverts commit e7412927eccf2b983bbcab2d2864ae1e4e83b56f.
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 164c1a58..30cb99cb 100644
--- a/src/_cffi_src/openssl/x509v3.py
+++ b/src/_cffi_src/openssl/x509v3.py
@@ -248,6 +248,7 @@ DIST_POINT *sk_DIST_POINT_value(Cryptography_STACK_OF_DIST_POINT *, int);
int sk_DIST_POINT_push(Cryptography_STACK_OF_DIST_POINT *, DIST_POINT *);
void sk_DIST_POINT_pop_free(Cryptography_STACK_OF_DIST_POINT *,
sk_DIST_POINT_freefunc);
+void CRL_DIST_POINTS_free(Cryptography_STACK_OF_DIST_POINT *);
void sk_POLICYINFO_free(Cryptography_STACK_OF_POLICYINFO *);
int sk_POLICYINFO_num(Cryptography_STACK_OF_POLICYINFO *);