aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2013-12-28 12:58:10 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2013-12-28 12:58:10 -0500
commitf8475f44238c8a7ee0e730e118683d4732d06c76 (patch)
treef85a75e5aad45218b1d730a4dfe05d26a17b2d3a
parentf5360499bac470d2d3231f2529bce5bc0a770c76 (diff)
downloadcryptography-f8475f44238c8a7ee0e730e118683d4732d06c76.tar.gz
cryptography-f8475f44238c8a7ee0e730e118683d4732d06c76.tar.bz2
cryptography-f8475f44238c8a7ee0e730e118683d4732d06c76.zip
This bit is important as well.
-rw-r--r--cryptography/hazmat/backends/openssl/ssl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptography/hazmat/backends/openssl/ssl.py b/cryptography/hazmat/backends/openssl/ssl.py
index e62a45a5..e4192349 100644
--- a/cryptography/hazmat/backends/openssl/ssl.py
+++ b/cryptography/hazmat/backends/openssl/ssl.py
@@ -117,6 +117,7 @@ typedef ... SSL_METHOD;
typedef ... SSL_CTX;
typedef ... Cryptography_STACK_OF_X509;
+typedef ... Cryptography_STACK_OF_X509_NAME;
typedef struct {
int master_key_length;