Use openssl from tools directory on Windows
This commit is contained in:
parent
422064e092
commit
e5d3b0e7b8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class CryptConnectionManager:
|
|||
def __init__(self):
|
||||
# OpenSSL params
|
||||
if sys.platform.startswith("win"):
|
||||
self.openssl_bin = "dist\\openssl\\openssl.exe"
|
||||
self.openssl_bin = "tools\\openssl\\openssl.exe"
|
||||
else:
|
||||
self.openssl_bin = "openssl"
|
||||
self.openssl_env = {
|
||||
|
|
Loading…
Reference in a new issue