diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-06 22:34:19 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-06 22:34:19 +0000 |
commit | 724ffad94ab341a283e6a8040ac121f88286c0f4 (patch) | |
tree | 17ccb28b992f0db7e2ab24641319d2f1f3861257 /dev-python/pyopenssl | |
parent | Remove unused patch. (diff) | |
download | historical-724ffad94ab341a283e6a8040ac121f88286c0f4.tar.gz historical-724ffad94ab341a283e6a8040ac121f88286c0f4.tar.bz2 historical-724ffad94ab341a283e6a8040ac121f88286c0f4.zip |
Delete old patch.
Package-Manager: portage-14208-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pyopenssl')
-rw-r--r-- | dev-python/pyopenssl/files/pyopenssl-0.7-test.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/pyopenssl/files/pyopenssl-0.7-test.patch b/dev-python/pyopenssl/files/pyopenssl-0.7-test.patch deleted file mode 100644 index d062bfe961b3..000000000000 --- a/dev-python/pyopenssl/files/pyopenssl-0.7-test.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- pyOpenSSL-0.7/test/test_crypto.py 2008-04-11 18:45:54.000000000 +0300 -+++ pyOpenSSL-0.7/test/test_crypto.py 2008-04-16 13:14:19.088659137 +0300 -@@ -534,3 +534,7 @@ - self.assertEqual( - cert.digest("md5"), - "A8:EB:07:F8:53:25:0A:F2:56:05:C5:A5:C4:C4:C7:15") -+ -+if __name__ == '__main__': -+ import unittest -+ unittest.main() ---- pyOpenSSL-0.7/test/test_ssl.py 2008-03-22 00:34:42.000000000 +0200 -+++ pyOpenSSL-0.7/test/test_ssl.py 2008-04-16 13:15:33.345659292 +0300 -@@ -35,3 +35,7 @@ - ctx = Context(TLSv1_METHOD) - ctx.use_privatekey(key) - self.assertRaises(TypeError, ctx.use_privatekey, "") -+ -+if __name__ == '__main__': -+ import unittest -+ unittest.main() |