Blame view

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