Use openssl from tools directory on Windows

This commit is contained in:
shortcutme 2019-05-30 04:24:58 +02:00
parent 422064e092
commit e5d3b0e7b8
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -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 = {