From a6c7715dfb4946a4a25edd4f8bc3cc2e2249e4f9 Mon Sep 17 00:00:00 2001
From: spoob <spoob@gmx.de>
Date: Sat, 5 Dec 2009 20:31:00 +0100
Subject: No OpenSSL needed to run

---
 pyLoadCore.py | 1 +
 1 file changed, 1 insertion(+)

(limited to 'pyLoadCore.py')

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)
 
-- 
cgit v1.2.3