Changeset 99c0445a5a6b5d23f6199de0be01672a7a67e6b1
- Timestamp:
- 05/06/08 23:17:57
(1 week ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1210108677 +0200
- git-parent:
[080a076a49837a7643778b78db14727017ec2bfb]
- git-author:
- Rafaël Carré <funman@videolan.org> 1210108662 +0200
- Message:
Fix #1572
The bug is present in original "Linux DeCSA Tool" on http://csa.irde.to/
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r99fab90 |
r99c0445 |
|
| 282 | 282 | int bit[64]; |
|---|
| 283 | 283 | int newbit[64]; |
|---|
| 284 | | int kb[9][8]; |
|---|
| | 284 | int kb[8][9]; |
|---|
| 285 | 285 | |
|---|
| 286 | 286 | /* from a cw create 56 key bytes, here kk[1..56] */ |
|---|