Skip to content
Snippets Groups Projects
Commit 2be04df5 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

certs/blacklist_nohashes.c: fix const confusion in certs blacklist

parent 88913bd8
No related branches found
No related tags found
No related merge requests found
// SPDX-License-Identifier: GPL-2.0
#include "blacklist.h"
const char __initdata *const blacklist_hashes[] = {
const char __initconst *const blacklist_hashes[] = {
NULL
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment