zeronet: no openssl.closeLibrary in pyelliptic

Not in pyelliptic 2.0.1 (PyBitmessage fork of pyelliptic)
This commit is contained in:
redfish 2019-04-04 21:32:57 -04:00
parent ee762f349c
commit e7a6be035e
1 changed files with 0 additions and 6 deletions

View File

@ -24,12 +24,6 @@ def main():
if main.update_after_shutdown: # Updater
import gc
import update
# Try cleanup openssl
try:
if "lib.pyelliptic" in sys.modules:
sys.modules["lib.pyelliptic"].openssl.closeLibrary()
except Exception as err:
print("Error closing pyelliptic lib", err)
# Close lock file
sys.modules["main"].lock.close()