zeronet: remove ref to opensslVerify
This module is no longer used. Not in lib/
This commit is contained in:
parent
4f4591658d
commit
ee762f349c
1 changed files with 0 additions and 5 deletions
|
@ -25,11 +25,6 @@ def main():
|
|||
import gc
|
||||
import update
|
||||
# Try cleanup openssl
|
||||
try:
|
||||
if "lib.opensslVerify" in sys.modules:
|
||||
sys.modules["lib.opensslVerify"].opensslVerify.closeLibrary()
|
||||
except Exception as err:
|
||||
print("Error closing opensslVerify lib", err)
|
||||
try:
|
||||
if "lib.pyelliptic" in sys.modules:
|
||||
sys.modules["lib.pyelliptic"].openssl.closeLibrary()
|
||||
|
|
Loading…
Reference in a new issue