summaryrefslogtreecommitdiff
path: root/dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch')
-rw-r--r--dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch b/dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch
deleted file mode 100644
index faa410352627..000000000000
--- a/dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Tue Sep 8 01:22:40 UTC 2015
-Subject: fix compatibility with libressl
-
---- a/eventlib/green/socket.py
-+++ b/eventlib/green/socket.py
-@@ -89,7 +89,6 @@
- else:
- # some constants the SSL module exports but not in __all__
- from eventlib.green.ssl import (RAND_add,
-- RAND_egd,
- RAND_status,
- SSL_ERROR_ZERO_RETURN,
- SSL_ERROR_WANT_READ,