xref: /openbmc/linux/certs/blacklist_hashes.c (revision 6a1c3767)
1b2441318SGreg Kroah-Hartman // SPDX-License-Identifier: GPL-2.0
2734114f8SDavid Howells #include "blacklist.h"
3734114f8SDavid Howells 
4*6a1c3767SMasahiro Yamada const char __initconst *const blacklist_hashes[] = {
5734114f8SDavid Howells #include CONFIG_SYSTEM_BLACKLIST_HASH_LIST
6734114f8SDavid Howells 	, NULL
7734114f8SDavid Howells };
8