Commit 99c0445a authored by Rafaël Carré's avatar Rafaël Carré

Fix #1572

The bug is present in original "Linux DeCSA Tool" on http://csa.irde.to/
parent 080a076a
......@@ -281,7 +281,7 @@ static void csa_ComputeKey( uint8_t kk[57], uint8_t ck[8] )
int i,j,k;
int bit[64];
int newbit[64];
int kb[9][8];
int kb[8][9];
/* from a cw create 56 key bytes, here kk[1..56] */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment