https://github.com/torvalds/linux
Raw File
Tip revision: b65054597872ce3aefbc6a666385eabdf9e288da authored by Linus Torvalds on 29 November 2020, 23:50:50 UTC
Linux 5.10-rc6
Tip revision: b650545
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