Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jean-Baptiste Kempf
libaacs
Commits
919123d9
Commit
919123d9
authored
Feb 23, 2016
by
npzacs
Browse files
Cosmetics
parent
56fc4921
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libaacs/aacs.c
View file @
919123d9
...
...
@@ -172,9 +172,9 @@ static void _save_rl(const char *name, uint32_t version, const uint8_t *version_
memcpy
(
data
,
version_rec
,
12
);
memcpy
(
data
+
12
,
rl_rec
,
rl_len
);
if
(
!
_rl_verify_signature
(
data
,
rl_len
+
12
))
{
BD_DEBUG
(
DBG_AACS
|
DBG_CRIT
,
"invalid %s signature, not using it
\n
"
,
name
);
BD_DEBUG
(
DBG_AACS
|
DBG_CRIT
,
"invalid %s signature, not using it
\n
"
,
name
);
}
else
{
cache_save
(
name
,
version
,
data
,
rl_len
+
12
);
cache_save
(
name
,
version
,
data
,
rl_len
+
12
);
}
X_FREE
(
data
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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