summaryrefslogtreecommitdiff
path: root/patches/verify.patch
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2017-10-13 14:27:32 +0200
committerJohannes Berg <johannes.berg@intel.com>2017-10-13 15:29:52 +0200
commit53da987cf26776b86af7fd8318a7553d55cf8dd2 (patch)
treef3a6f9eafaa628c9be13d91a1f4b620fb7f88680 /patches/verify.patch
parentdeaa397ea3d6c1ae5f7b6c089e8b805c02b293e5 (diff)
gentree: mangle $(srctree)/$(src) directly
We used to patch this, before with the genregdb and now with the shipped-certs.c generation - just fix it in code instead so we don't have to deal with different patches. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'patches/verify.patch')
-rw-r--r--patches/verify.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/verify.patch b/patches/verify.patch
index dbb5600e..0fda8411 100644
--- a/patches/verify.patch
+++ b/patches/verify.patch
@@ -62,17 +62,6 @@
struct x509_certificate {
struct x509_certificate *next;
struct x509_certificate *signer; /* Certificate that signed this one */
---- a/net/wireless/Makefile
-+++ b/net/wireless/Makefile
-@@ -22,7 +22,7 @@ ifneq ($(CPTCFG_CFG80211_EXTRA_REGDB_KEYDIR),)
- cfg80211-y += extra-certs.o
- endif
-
--$(obj)/shipped-certs.c: $(wildcard $(srctree)/$(src)/certs/*.x509)
-+$(obj)/shipped-certs.c: $(wildcard $(src)/certs/*.x509)
- @echo " GEN $@"
- @echo '#include "reg.h"' > $@
- @echo 'const u8 shipped_regdb_certs[] = {' >> $@
--- a/compat/verification/pkcs7_verify.c
+++ b/compat/verification/pkcs7_verify.c
@@ -150,7 +150,7 @@