]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix creation of CA Client type 'AES128 ECB Constant Code Word'
authorirgendsontyp <htcmaxx@gmail.com>
Wed, 20 Jun 2018 01:26:05 +0000 (03:26 +0200)
committerperexg <perex@perex.cz>
Wed, 20 Jun 2018 07:00:03 +0000 (09:00 +0200)
src/descrambler/caclient.c

index 776a33de466e436e2f05b84d80d78c35c5b89abd..eb387eb993611c861d9df938a824e4459f417bb1 100644 (file)
@@ -120,7 +120,8 @@ caclient_create
 #if ENABLE_CONSTCW
   if (c == &caclient_ccw_csa_cbc_class ||
       c == &caclient_ccw_des_ncb_class ||
-      c == &caclient_ccw_aes_ecb_class)
+      c == &caclient_ccw_aes_ecb_class ||
+      c == &caclient_ccw_aes128_ecb_class)
     cac = constcw_create();
 #endif
   if (cac == NULL) {