Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Init AES keys
  • Loading branch information
spdfrk authored and perexg committed Aug 6, 2014
1 parent e9837d3 commit 3f4aa80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/descrambler/tvhcsa.c
Expand Up @@ -230,6 +230,7 @@ tvhcsa_init ( tvhcsa_t *csa )
#else
csa->csa_keys = get_key_struct();
#endif
csa->csa_aes_keys = aes_get_key_struct();
}

void
Expand Down

0 comments on commit 3f4aa80

Please sign in to comment.