]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - certs/blacklist_hashes.c
Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux into drm...
[karo-tx-linux.git] / certs / blacklist_hashes.c
1 #include "blacklist.h"
2
3 const char __initdata *const blacklist_hashes[] = {
4 #include CONFIG_SYSTEM_BLACKLIST_HASH_LIST
5         , NULL
6 };