Blame view

certs/blacklist_hashes.c 167 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  // SPDX-License-Identifier: GPL-2.0
734114f87   David Howells   KEYS: Add a syste...
2
  #include "blacklist.h"
04cdec418   Masahiro Yamada   certs/blacklist_h...
3
  const char __initconst *const blacklist_hashes[] = {
734114f87   David Howells   KEYS: Add a syste...
4
5
6
  #include CONFIG_SYSTEM_BLACKLIST_HASH_LIST
  	, NULL
  };