certs: fix and refactor CONFIG_SYSTEM_BLACKLIST_HASH_LIST build
[sfrench/cifs-2.6.git] / certs / blacklist_hashes.c
index d5961aa3d3380c5fdfadd6bff49dddd97c41060d..86d66fe1134899479caab9c38824fe10d4b7d133 100644 (file)
@@ -2,6 +2,6 @@
 #include "blacklist.h"
 
 const char __initconst *const blacklist_hashes[] = {
-#include CONFIG_SYSTEM_BLACKLIST_HASH_LIST
+#include "blacklist_hash_list"
        , NULL
 };