Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marvin Scholz
libaacs
Commits
b9a30904
Commit
b9a30904
authored
Dec 11, 2013
by
npzacs
Browse files
Fix PK calculation when there are multiple devices
parent
5ff6b0d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libaacs/aacs.c
View file @
b9a30904
...
...
@@ -266,7 +266,7 @@ static int _calc_pk_mk(MKB *mkb, dk_list *dkl, uint8_t *mk)
if
(
device_number
==
dk_num
->
node
)
{
continue
;
}
device_number
=
dk
l
->
node
;
device_number
=
dk
_num
->
node
;
/* find applying subset difference */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment