Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
#include "blacklist.h"

const char __initdata *const blacklist_hashes[] = {
const char __initconst *const blacklist_hashes[] = {
	NULL
};