Update openssl-1_1_1-compat.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=67
This commit is contained in:
Matej Cepl 2018-11-07 17:44:36 +00:00 committed by Git OBS Bridge
parent 08ca273753
commit 8bbb80cc80

View File

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