From 6791ce30c239a1eeab591bb77a41afda9866791c Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 11 Feb 2015 00:41:45 +0100 Subject: Drop support for old tntnet versions: SSL/TLS support is no more optional. LIVE can be compiled only with versions of tntnet which support SSL/TLS connections. --- tntconfig.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tntconfig.cpp') 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() -- cgit v1.2.3