aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-14 07:05:25 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-14 07:05:25 -0800
commit5697c2e089725ab9cc95c1cdbf85c61ba8f4964c (patch)
treefe9f7cd6e1eb13d2d965244fceb3af21df3d73b5
parent43e4d7a1b97d66c6da1f4ce34faaa4ba45937739 (diff)
parent87f7e9c46574bfbe7eb782980d87ee82b0c4c150 (diff)
downloadcryptography-5697c2e089725ab9cc95c1cdbf85c61ba8f4964c.tar.gz
cryptography-5697c2e089725ab9cc95c1cdbf85c61ba8f4964c.tar.bz2
cryptography-5697c2e089725ab9cc95c1cdbf85c61ba8f4964c.zip
Merge pull request #613 from hynek/master
Add X509_V_ERR_APPLICATION_VERIFICATION
-rw-r--r--cryptography/hazmat/bindings/openssl/ssl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptography/hazmat/bindings/openssl/ssl.py b/cryptography/hazmat/bindings/openssl/ssl.py
index 6c5795bd..038ea54b 100644
--- a/cryptography/hazmat/bindings/openssl/ssl.py
+++ b/cryptography/hazmat/bindings/openssl/ssl.py
@@ -117,6 +117,7 @@ static const int SSL_MODE_AUTO_RETRY;
static const int SSL3_RANDOM_SIZE;
typedef ... X509_STORE_CTX;
static const int X509_V_OK;
+static const int X509_V_ERR_APPLICATION_VERIFICATION;
typedef ... SSL_METHOD;
typedef ... SSL_CTX;