Blame view

certs/blacklist_nohashes.c 121 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
  #include "blacklist.h"
  
  const char __initdata *const blacklist_hashes[] = {
  	NULL
  };