projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8138350
)
certs/blacklist: fix const confusion
author
Nick Desaulniers
<
[email protected]
>
Tue, 26 Jun 2018 15:59:40 +0000
(16:59 +0100)
committer
James Morris
<
[email protected]
>
Tue, 26 Jun 2018 16:43:03 +0000
(09:43 -0700)
Fixes commit
2be04df5668d
("certs/blacklist_nohashes.c: fix const confusion
in certs blacklist")
Signed-off-by: Nick Desaulniers <
[email protected]
>
Signed-off-by: David Howells <
[email protected]
>
Signed-off-by: James Morris <
[email protected]
>
certs/blacklist.h
patch
|
blob
|
history
diff --git
a/certs/blacklist.h
b/certs/blacklist.h
index 150d82da8e996d8c28be4ae3e4bd64a0331c9c08..1efd6fa0dc608c2a3d598b56c798f3e772a2bdbc 100644
(file)
--- a/
certs/blacklist.h
+++ b/
certs/blacklist.h
@@
-1,3
+1,3
@@
#include <linux/kernel.h>
-extern const char __init
data
*const blacklist_hashes[];
+extern const char __init
const
*const blacklist_hashes[];