Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corrected indentation
  • Loading branch information
spdfrk authored and perexg committed Aug 6, 2014
1 parent af160e8 commit 9c24eeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/descrambler/tvhcsa.c
Expand Up @@ -28,8 +28,8 @@ static void
tvhcsa_aes_descramble
( tvhcsa_t *csa, struct mpegts_service *s, const uint8_t *tsb )
{
aes_decrypt_packet(csa->csa_aes_keys, (unsigned char *)tsb);
ts_recv_packet2(s, tsb);
aes_decrypt_packet(csa->csa_aes_keys, (unsigned char *)tsb);
ts_recv_packet2(s, tsb);
}

static void
Expand Down Expand Up @@ -203,7 +203,7 @@ void tvhcsa_set_key_odd( tvhcsa_t *csa, const uint8_t *odd )
#endif
break;
case DESCRAMBLER_AES:
aes_set_odd_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 9c24eeb

Please sign in to comment.