From d5a43c4dec894a093f41ec0bfdeb18337898ce3e Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 1 Aug 2016 17:52:36 +1200 Subject: [PATCH] Fix bug with pyelliptic imports The bug does not affect tests, but prevents ZeroNet from starting. It is not present in upstream pyelliptic. --- src/lib/pyelliptic/openssl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/pyelliptic/openssl.py b/src/lib/pyelliptic/openssl.py index 12953788..54858a9b 100644 --- a/src/lib/pyelliptic/openssl.py +++ b/src/lib/pyelliptic/openssl.py @@ -8,6 +8,7 @@ import sys import ctypes +import ctypes.util import logging import os