diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2015-02-11 00:41:45 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2015-02-11 00:41:45 +0100 |
commit | 6791ce30c239a1eeab591bb77a41afda9866791c (patch) | |
tree | 215353d45b29592f6640f7bbed081f15d761caad /tntconfig.cpp | |
parent | 531e0e32004b01c0d83ed65698945a8cb774faf6 (diff) | |
download | vdr-plugin-live-6791ce30c239a1eeab591bb77a41afda9866791c.tar.gz vdr-plugin-live-6791ce30c239a1eeab591bb77a41afda9866791c.tar.bz2 |
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.
Diffstat (limited to 'tntconfig.cpp')
-rw-r--r-- | tntconfig.cpp | 2 |
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() |