]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Reduce DESCRAMBLER_MAX_KEYS from 64 to 8, fixes #5400
authorjoeuser <joeusercz@goglemail.co>
Thu, 6 Dec 2018 08:36:42 +0000 (09:36 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 6 Dec 2018 15:40:13 +0000 (16:40 +0100)
support/configure.inc

index bca414ebec1e2b90b384f2b6aececddbf15e8c0c..821102fbbfa4aa8171844935e9dde2234cbd684a 100755 (executable)
@@ -566,7 +566,7 @@ EOF
 
   # Add build config string declaration
   cat >> "${CONFIG_H}" <<EOF
-#define DESCRAMBLER_MAX_KEYS 64
+#define DESCRAMBLER_MAX_KEYS 8
 EOF
 
   # Add build config string declaration