summaryrefslogtreecommitdiffstats
path: root/certs/blacklist_nohashes.c
diff options
context:
space:
mode:
Diffstat (limited to 'certs/blacklist_nohashes.c')
-rw-r--r--certs/blacklist_nohashes.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/certs/blacklist_nohashes.c b/certs/blacklist_nohashes.c
new file mode 100644
index 000000000..753b703ef
--- /dev/null
+++ b/certs/blacklist_nohashes.c
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
+#include "blacklist.h"
+
+const char __initconst *const blacklist_hashes[] = {
+ NULL
+};