aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-10-15 14:41:26 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-10-15 14:41:26 -0700
commit16f7b13d4447ebf05d3fc980d711c2eca82a90b1 (patch)
tree047b8bcb32fa85ef82d8d6fd744c5bcdf4a62a66
parent303955c50039480906e35de260d98cfdbdb11582 (diff)
downloadcryptography-16f7b13d4447ebf05d3fc980d711c2eca82a90b1.tar.gz
cryptography-16f7b13d4447ebf05d3fc980d711c2eca82a90b1.tar.bz2
cryptography-16f7b13d4447ebf05d3fc980d711c2eca82a90b1.zip
Make FreeBSD happy with this constant
-rw-r--r--cryptography/hazmat/bindings/openssl/err.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/bindings/openssl/err.py b/cryptography/hazmat/bindings/openssl/err.py
index 627b8a68..4e44a2eb 100644
--- a/cryptography/hazmat/bindings/openssl/err.py
+++ b/cryptography/hazmat/bindings/openssl/err.py
@@ -334,7 +334,7 @@ static const int EC_F_EC_GROUP_NEW_BY_CURVE_NAME = 0;
static const long Cryptography_HAS_RSA_R_PKCS_DECODING_ERROR = 1;
#else
static const long Cryptography_HAS_RSA_R_PKCS_DECODING_ERROR = 0;
-static const int RSA_R_PKCS_DECODING_ERROR = 0;
+static const long RSA_R_PKCS_DECODING_ERROR = 0;
#endif
"""