From: irgendsontyp Date: Wed, 20 Jun 2018 01:26:05 +0000 (+0200) Subject: Fix creation of CA Client type 'AES128 ECB Constant Code Word' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8f1c4831d065552cb8ce1467f67dc13d5d87cc;p=thirdparty%2Ftvheadend.git Fix creation of CA Client type 'AES128 ECB Constant Code Word' --- diff --git a/src/descrambler/caclient.c b/src/descrambler/caclient.c index 776a33de4..eb387eb99 100644 --- a/src/descrambler/caclient.c +++ b/src/descrambler/caclient.c @@ -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) {