mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
ANDROID: Incremental fs: Remove dependency on PKCS7_MESSAGE_PARSER
Incremental fs appears to not depend on pkcs7 anymore. Bug: 151584760 Signed-off-by: Daniel Mentz <danielmentz@google.com> Change-Id: I809b4b5651d84ca70fd8bf837765e33df8547418 Signed-off-by: Paul Lawrence <paullawrence@google.com>
This commit is contained in:
parent
60bc6eaf98
commit
83c1d9116e
|
|
@ -9,7 +9,6 @@ config INCREMENTAL_FS
|
|||
select X509_CERTIFICATE_PARSER
|
||||
select ASYMMETRIC_KEY_TYPE
|
||||
select ASYMMETRIC_PUBLIC_KEY_SUBTYPE
|
||||
select PKCS7_MESSAGE_PARSER
|
||||
help
|
||||
Incremental FS is a read-only virtual file system that facilitates execution
|
||||
of programs while their binaries are still being lazily downloaded over the
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#include <crypto/hash.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/version.h>
|
||||
#include <crypto/pkcs7.h>
|
||||
|
||||
#include "integrity.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user