diff options
author | spoob <spoob@gmx.de> | 2009-12-05 20:31:00 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-12-05 20:31:00 +0100 |
commit | a6c7715dfb4946a4a25edd4f8bc3cc2e2249e4f9 (patch) | |
tree | 4ee126ca60503ace6bdeb10870ffff385a8450fd /pyLoadCore.py | |
parent | linksave.in captcha test (diff) | |
download | pyload-a6c7715dfb4946a4a25edd4f8bc3cc2e2249e4f9.tar.xz |
No OpenSSL needed to run
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index eedb547bf..e97b1fcaf 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -122,6 +122,7 @@ class Core(object): self.check_file(self.config['general']['link_file'], _("file for links"), False) self.check_file(self.config['general']['failed_file'], _("file for failed links"), False) if self.config['ssl']['activated']: + self.check_install("OpenSSL", "OpenSLL for secure connection", True) self.check_file(self.config['ssl']['cert'], _("ssl certificate"), False, False, True) self.check_file(self.config['ssl']['key'], _("ssl key"), False, False, True) |