aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-10-19 20:51:56 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-10-20 08:51:56 +0800
commitc07b5e719765b9ea03df8fde504fc38d0c777d6e (patch)
tree0303e1605d81b77fb11e3d3e9d2f648852f701a8 /src
parent36fca964f36ee14b508efc182f074e6946e7cb83 (diff)
downloadcryptography-c07b5e719765b9ea03df8fde504fc38d0c777d6e.tar.gz
cryptography-c07b5e719765b9ea03df8fde504fc38d0c777d6e.tar.bz2
cryptography-c07b5e719765b9ea03df8fde504fc38d0c777d6e.zip
Remove branch for old libressl versions that we don't support any more (#4505)
Diffstat (limited to 'src')
-rw-r--r--src/_cffi_src/openssl/ec.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/_cffi_src/openssl/ec.py b/src/_cffi_src/openssl/ec.py
index 45cbe3c0..66bcadc2 100644
--- a/src/_cffi_src/openssl/ec.py
+++ b/src/_cffi_src/openssl/ec.py
@@ -126,8 +126,7 @@ int (*EC_POINT_set_compressed_coordinates_GF2m)(const EC_GROUP *, EC_POINT *,
static const long Cryptography_HAS_EC2M = 1;
#endif
-#if (!CRYPTOGRAPHY_IS_LIBRESSL && CRYPTOGRAPHY_OPENSSL_LESS_THAN_102) || \
- (CRYPTOGRAPHY_IS_LIBRESSL && LIBRESSL_VERSION_NUMBER < 0x20020002L)
+#if (!CRYPTOGRAPHY_IS_LIBRESSL && CRYPTOGRAPHY_OPENSSL_LESS_THAN_102)
static const long Cryptography_HAS_EC_1_0_2 = 0;
const char *(*EC_curve_nid2nist)(int) = NULL;
#else