summaryrefslogtreecommitdiff
path: root/tntconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tntconfig.cpp')
-rw-r--r--tntconfig.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tntconfig.cpp b/tntconfig.cpp
index 03bea9e..e4937ec 100644
--- a/tntconfig.cpp
+++ b/tntconfig.cpp
@@ -232,7 +232,6 @@ namespace vdrlive {
}
}
-#if TNT_SSL_SUPPORT
int s_port = LiveSetup().GetServerSslPort();
string s_cert = LiveSetup().GetServerSslCert();
string s_key = LiveSetup().GetServerSslKey();
@@ -253,7 +252,6 @@ namespace vdrlive {
else {
esyslog( "[live] ERROR: Unable to load cert/key (%s/%s): %s", s_cert.c_str(), s_key.c_str(), strerror( errno ) );
}
-#endif // TNT_SSL_SUPPORT
}
TntConfig const& TntConfig::Get()