diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-06-12 02:22:33 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-07-27 21:17:59 +0900 |
commit | 31f6d95c2cab1898c05a95f434f54a327431f158 (patch) | |
tree | b3d69a2acfd645bd16ac54488e3827bd054ebc17 /certs/blacklist_hashes.c | |
parent | 9008a676662a77ab98727d05bdffa0e3c38cba53 (diff) |
certs: unify blacklist_hashes.c and blacklist_nohashes.c
These two files are very similar. Unify them.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Mickaël Salaün <mic@linux.microsoft.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Diffstat (limited to 'certs/blacklist_hashes.c')
-rw-r--r-- | certs/blacklist_hashes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/certs/blacklist_hashes.c b/certs/blacklist_hashes.c index 86d66fe11348..0c5476abebd9 100644 --- a/certs/blacklist_hashes.c +++ b/certs/blacklist_hashes.c @@ -3,5 +3,4 @@ const char __initconst *const blacklist_hashes[] = { #include "blacklist_hash_list" - , NULL }; |