diff options
author | Laurens Van Houtven <_@lvh.cc> | 2014-06-16 16:29:15 +0200 |
---|---|---|
committer | Laurens Van Houtven <_@lvh.cc> | 2014-06-16 16:29:15 +0200 |
commit | 085f844cab9ca4744e627ee000cff78dc599a286 (patch) | |
tree | db91ba554951f00385567b627d64f2d1f7e83192 | |
parent | 1d5dde1fc596d3606544947077b100c229003ef2 (diff) | |
download | cryptography-085f844cab9ca4744e627ee000cff78dc599a286.tar.gz cryptography-085f844cab9ca4744e627ee000cff78dc599a286.tar.bz2 cryptography-085f844cab9ca4744e627ee000cff78dc599a286.zip |
I have no idea what a constralong is
-rw-r--r-- | cryptography/hazmat/bindings/openssl/err.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cryptography/hazmat/bindings/openssl/err.py b/cryptography/hazmat/bindings/openssl/err.py index e6074e84..d57bd80b 100644 --- a/cryptography/hazmat/bindings/openssl/err.py +++ b/cryptography/hazmat/bindings/openssl/err.py @@ -370,8 +370,8 @@ static const long X509_V_ERR_UNNESTED_RESOURCE = 0; static const long X509_V_ERR_PERMITTED_VIOLATION = 0; static const long X509_V_ERR_EXCLUDED_VIOLATION = 0; static const long X509_V_ERR_SUBTREE_MINMAX = 0; -static const long X509_V_ERR_UNSUPPORTED_CONSTRALONG_TYPE = 0; -static const long X509_V_ERR_UNSUPPORTED_CONSTRALONG_SYNTAX = 0; +static const long X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE = 0; +static const long X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX = 0; static const long X509_V_ERR_UNSUPPORTED_NAME_SYNTAX = 0; static const long X509_V_ERR_CRL_PATH_VALIDATION_ERROR = 0; #endif @@ -429,8 +429,8 @@ CONDITIONAL_NAMES = { 'X509_V_ERR_PERMITTED_VIOLATION', 'X509_V_ERR_EXCLUDED_VIOLATION', 'X509_V_ERR_SUBTREE_MINMAX', - 'X509_V_ERR_UNSUPPORTED_CONSTRALONG_TYPE', - 'X509_V_ERR_UNSUPPORTED_CONSTRALONG_SYNTAX', + 'X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE', + 'X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX', 'X509_V_ERR_UNSUPPORTED_NAME_SYNTAX', 'X509_V_ERR_CRL_PATH_VALIDATION_ERROR', ], |