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