mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Remove conditional: it is useless at this point (OpenSSL headers are not yet included)
This commit is contained in:
parent
cd3d7cabef
commit
2f7c31678a
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue