diff options
Diffstat (limited to 'certs/blacklist_nohashes.c')
-rw-r--r-- | certs/blacklist_nohashes.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/certs/blacklist_nohashes.c b/certs/blacklist_nohashes.c new file mode 100644 index 000000000000..851de10706a5 --- /dev/null +++ b/certs/blacklist_nohashes.c @@ -0,0 +1,5 @@ +#include "blacklist.h" + +const char __initdata *const blacklist_hashes[] = { + NULL +}; |