aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-06-20 22:45:38 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-06-20 21:45:38 -0500
commitc3058a38a51b78ef455fbd1862cfb2d040248688 (patch)
tree06257fcb091fcf8399e4aba3724eec513ac78db9 /tests
parent4a6b0ed27110a6e96231732e686cf3568daa8a9e (diff)
downloadcryptography-c3058a38a51b78ef455fbd1862cfb2d040248688.tar.gz
cryptography-c3058a38a51b78ef455fbd1862cfb2d040248688.tar.bz2
cryptography-c3058a38a51b78ef455fbd1862cfb2d040248688.zip
Complete the removal of the string '0.9.8' (#3005)
We have always been at war with OpenSSL 0.9.8
Diffstat (limited to 'tests')
-rw-r--r--tests/hazmat/backends/test_openssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py
index c0a56002..2d3bf245 100644
--- a/tests/hazmat/backends/test_openssl.py
+++ b/tests/hazmat/backends/test_openssl.py
@@ -43,7 +43,7 @@ def skip_if_libre_ssl(openssl_version):
class TestLibreSkip(object):
def test_skip_no(self):
- assert skip_if_libre_ssl(u"OpenSSL 0.9.8zf 19 Mar 2015") is None
+ assert skip_if_libre_ssl(u"OpenSSL 1.0.2h 3 May 2016") is None
def test_skip_yes(self):
with pytest.raises(pytest.skip.Exception):