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 /tntfeatures.h | |
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 'tntfeatures.h')
-rw-r--r-- | tntfeatures.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tntfeatures.h b/tntfeatures.h index d3404ec..fafe78f 100644 --- a/tntfeatures.h +++ b/tntfeatures.h @@ -7,9 +7,6 @@ // an other change in the structure of the version string was needed then only // this file needs to be adapted. -// SSL-Support works from tntnet version 1.6.1 onwards. -#define TNT_SSL_SUPPORT (TNTVERSION >= 16100) - // Query params without boolean parameter #define TNT_QUERYPARAMS_NO_BOOL (TNTVERSION >= 22000) |