Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
spdfrk authored and perexg committed Aug 6, 2014
1 parent de8433d commit e9837d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/descrambler/tvhcsa.c
Expand Up @@ -202,7 +202,7 @@ void tvhcsa_set_key_odd( tvhcsa_t *csa, const uint8_t *odd )
#endif
break;
case DESCRAMBLER_AES:
aes_set_even_control_word(csa->csa_aes_keys, odd);
aes_set_odd_control_word(csa->csa_aes_keys, odd);
break;
default:
assert(0);
Expand Down

0 comments on commit e9837d3

Please sign in to comment.