Revision 0c8efd610b58cb23cefdfa12015799079aef94ae authored by Linus Torvalds on 12 March 2018, 00:25:09 UTC, committed by Linus Torvalds on 12 March 2018, 00:25:09 UTC
1 parent ed58d66
Raw File
blacklist_hashes.c
// SPDX-License-Identifier: GPL-2.0
#include "blacklist.h"

const char __initdata *const blacklist_hashes[] = {
#include CONFIG_SYSTEM_BLACKLIST_HASH_LIST
	, NULL
};
back to top