diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-07-08 13:39:56 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-07-08 13:39:56 -0500 |
commit | 910789f10fb314fe7149be84aa57d6ec12ad4a7b (patch) | |
tree | a658027493df6d758e5d0b802ffa72e66594ad1e /Lib/test/test_ssl.py | |
parent | ae10c0653e5469e7f41f12cee35bfe653a389cbc (diff) | |
parent | 4a183b47f353a25b76aaaf1b7043458dbcab8890 (diff) | |
download | cpython-git-910789f10fb314fe7149be84aa57d6ec12ad4a7b.tar.gz |
merge heads
Diffstat (limited to 'Lib/test/test_ssl.py')
-rw-r--r-- | Lib/test/test_ssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 5193c15037..fd1cd2da35 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -60,7 +60,7 @@ def handle_error(prefix): def can_clear_options(): # 0.9.8m or higher - return ssl.OPENSSL_VERSION_INFO >= (0, 9, 8, 13, 15) + return ssl._OPENSSL_API_VERSION >= (0, 9, 8, 13, 15) def no_sslv2_implies_sslv3_hello(): # 0.9.7h or higher |