Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3d7ca commit 2f7c316Copy full SHA for 2f7c316
1 file changed
Modules/_ssl.c
@@ -70,9 +70,7 @@ enum py_ssl_cert_requirements {
70
};
71
72
enum py_ssl_version {
73
-#ifndef OPENSSL_NO_SSL2
74
PY_SSL_VERSION_SSL2,
75
-#endif
76
PY_SSL_VERSION_SSL3=1,
77
PY_SSL_VERSION_SSL23,
78
PY_SSL_VERSION_TLS1
0 commit comments