zeronet: no openssl.closeLibrary in pyelliptic
Not in pyelliptic 2.0.1 (PyBitmessage fork of pyelliptic)
This commit is contained in:
parent
ee762f349c
commit
e7a6be035e
1 changed files with 0 additions and 6 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue