Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f7c316

Browse files
committed
Remove conditional: it is useless at this point (OpenSSL headers are not yet included)
1 parent cd3d7ca commit 2f7c316

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Modules/_ssl.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ enum py_ssl_cert_requirements {
7070
};
7171

7272
enum py_ssl_version {
73-
#ifndef OPENSSL_NO_SSL2
7473
PY_SSL_VERSION_SSL2,
75-
#endif
7674
PY_SSL_VERSION_SSL3=1,
7775
PY_SSL_VERSION_SSL23,
7876
PY_SSL_VERSION_TLS1

0 commit comments

Comments
 (0)