diff --git a/openssl-1_1_1-compat.patch b/openssl-1_1_1-compat.patch index f1ebf14..f3b7e43 100644 --- a/openssl-1_1_1-compat.patch +++ b/openssl-1_1_1-compat.patch @@ -120,15 +120,6 @@ s.close() finally: self.stop_server(pid) -@@ -1045,7 +1059,7 @@ class TwistedSSLClientTestCase(BaseSSLCl - - # TODO: Figure out which exception should be raised for timeout. - # The following assertion originally expected only a -- # SSL.SSLTimeoutError exception, but what is raised is actually a -+ # SSL.SSLTimeoutError exception, but what is raised is actually a - # socket.timeout exception. As a temporary circumvention to this - # issue, both exceptions are now tolerated. A final fix would need - # to figure out which of these two exceptions is supposed to be --- a/tests/test_evp.py +++ b/tests/test_evp.py @@ -465,7 +465,6 @@ class CipherTestCase(unittest.TestCase):