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