rev242, Implicit SSL support for the future, Exist typo fix

This commit is contained in:
HelloZeroNet 2015-06-17 00:49:46 +02:00
parent ea921e4ad7
commit b2e2453e58
12 changed files with 51 additions and 37 deletions

View file

@ -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)