python3: Fix compilation with deprecated OpenSSL APIs

Also refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2018-11-18 16:08:28 -08:00
parent 4ef2d78461
commit 3b935060e8
11 changed files with 325 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
--- a/setup.py
+++ b/setup.py
@@ -537,16 +537,9 @@ class PyBuildExt(build_ext):
@@ -542,16 +542,9 @@ class PyBuildExt(build_ext):
os.unlink(tmpfile)
def detect_modules(self):