adaptor paramiko use openssl with sslv3_methon

This commit is contained in:
zhang_xubo
2022-09-15 10:20:55 +08:00
parent be7f205925
commit 6704b86720
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ try:
except ImportError as ex:
try:
local_path = os.path.dirname(os.path.realpath(__file__))
clib_path = os.path.realpath(os.path.join(local_path, "gspylib/clib/"))
clib_path = os.path.realpath(os.path.join(local_path, "../../gspylib/clib/"))
ld_path = os.getenv("LD_LIBRARY_PATH")
if not ld_path or not ld_path.startswith(clib_path):
if not ld_path: