diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-12-21 11:22:02 -0600 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-12-21 11:22:02 -0600 |
commit | 059226b8ec3b94255b356e770c47e4311195af91 (patch) | |
tree | 33a2b80e2e34314859fb93401c42076e7055ed26 /Lib/ssl.py | |
parent | c0b95d18fae5c0786dee1dc28f86249f9d2a190b (diff) | |
parent | 6b15c90fd8892846444d175f60f59456a79d9848 (diff) | |
download | cpython-git-059226b8ec3b94255b356e770c47e4311195af91.tar.gz |
merge heads
Diffstat (limited to 'Lib/ssl.py')
-rw-r--r-- | Lib/ssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ssl.py b/Lib/ssl.py index 0b2f743f22..d43d25512e 100644 --- a/Lib/ssl.py +++ b/Lib/ssl.py @@ -86,7 +86,7 @@ from _ssl import ( SSL_ERROR_EOF, SSL_ERROR_INVALID_ERROR_CODE, ) -from _ssl import HAS_SNI +from _ssl import HAS_SNI, HAS_ECDH from _ssl import (PROTOCOL_SSLv3, PROTOCOL_SSLv23, PROTOCOL_TLSv1) from _ssl import _OPENSSL_API_VERSION |