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