Skip to content

Commit

Permalink
zeronet: no openssl.closeLibrary in pyelliptic
Browse files Browse the repository at this point in the history
Not in pyelliptic 2.0.1 (PyBitmessage fork of pyelliptic)
  • Loading branch information
radfish committed Apr 7, 2019
1 parent ee762f3 commit e7a6be0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions zeronet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e7a6be0

Please sign in to comment.