diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-06-11 19:22:33 +0200 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-07-27 14:17:59 +0200 |
commit | 31f6d95c2cab1898c05a95f434f54a327431f158 (patch) | |
tree | b3d69a2acfd645bd16ac54488e3827bd054ebc17 /certs/blacklist_hashes.c | |
parent | certs: move scripts/check-blacklist-hashes.awk to certs/ (diff) | |
download | linux-31f6d95c2cab1898c05a95f434f54a327431f158.tar.xz linux-31f6d95c2cab1898c05a95f434f54a327431f158.zip |
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 }; |