From 16f7b13d4447ebf05d3fc980d711c2eca82a90b1 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 15 Oct 2014 14:41:26 -0700 Subject: Make FreeBSD happy with this constant --- cryptography/hazmat/bindings/openssl/err.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """ -- cgit v1.2.3