Rev663, Faster SitePublish from command line if fileserver already running, Better OpenSSL lib close for update via webui, Close pyelliptic OpenSSL lib before update

This commit is contained in:
HelloZeroNet 2015-12-12 16:39:22 +01:00
parent ee70e2f022
commit 5b316180e6
6 changed files with 55 additions and 27 deletions

View file

@ -440,6 +440,7 @@ def openLibrary():
def closeLibrary():
import _ctypes
if "FreeLibrary" in dir(_ctypes):
_ctypes.FreeLibrary(OpenSSL._lib._handle)
else: