Commit 2f7c3167 authored by Antoine Pitrou's avatar Antoine Pitrou

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

parent cd3d7cab
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment