rev242, Implicit SSL support for the future, Exist typo fix
This commit is contained in:
parent
ea921e4ad7
commit
b2e2453e58
12 changed files with 51 additions and 37 deletions
|
@ -74,4 +74,6 @@ if not hasattr(_ssl, 'sslwrap'):
|
|||
import inspect
|
||||
_ssl.sslwrap = new_sslwrap
|
||||
__ssl__.SSLSocket = NewSSLSocket
|
||||
logging.debug("Missing sslwrap, readded.")
|
||||
logging.debug("Missing SSLwrap, readded.")
|
||||
|
||||
logging.debug("Python SSL version: %s" % __ssl__.OPENSSL_VERSION)
|
Loading…
Add table
Add a link
Reference in a new issue