Blame view

certs/blacklist_nohashes.c 122 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"
2be04df56   Andi Kleen   certs/blacklist_n...
3
  const char __initconst *const blacklist_hashes[] = {
734114f87   David Howells   KEYS: Add a syste...
4
5
  	NULL
  };