From: Antoine Pitrou Date: Thu, 9 Jan 2014 19:07:41 +0000 (+0100) Subject: Remove conditional: it is useless at this point (OpenSSL headers are not yet included) X-Git-Tag: v3.3.4rc1~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f7c31678a85f599af30b983ecb8321f225c3f15;p=thirdparty%2FPython%2Fcpython.git Remove conditional: it is useless at this point (OpenSSL headers are not yet included) --- diff --git a/Modules/_ssl.c b/Modules/_ssl.c index 8789d00fe0a8..c34b2000885c 100644 --- a/Modules/_ssl.c +++ b/Modules/_ssl.c @@ -70,9 +70,7 @@ enum py_ssl_cert_requirements { }; enum py_ssl_version { -#ifndef OPENSSL_NO_SSL2 PY_SSL_VERSION_SSL2, -#endif PY_SSL_VERSION_SSL3=1, PY_SSL_VERSION_SSL23, PY_SSL_VERSION_TLS1