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. --- tntfeatures.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'tntfeatures.h') 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) -- cgit v1.2.3