commit | 2f7c31678a85f599af30b983ecb8321f225c3f15 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 09 20:07:41 2014 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 09 20:07:41 2014 +0100 |
tree | 883bedf4c534751cd3ceea774dc49d445e8f4b8d | |
parent | cd3d7cabef64267da43519a832a7429c1a8a15f9 [diff] |
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 8789d00..c34b200 100644 --- a/Modules/_ssl.c +++ b/Modules/_ssl.c
@@ -70,9 +70,7 @@ }; 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