Remove conditional: it is useless at this point (OpenSSL headers are not yet included)

This commit is contained in:
Antoine Pitrou 2014-01-09 20:07:41 +01:00
parent cd3d7cabef
commit 2f7c31678a

View file

@ -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