2020-11-09 13:58:30

by Dawning

[permalink] [raw]
Subject: [PATCH v1] include: crypto - remove the unused include

In the public_key.h file, the #include <crypto/akcipher.h> is not necessary

Fixes: 215525639631a("X.509: support OSCCA SM2-with-SM3 certificate verification")
Cc: Tianjia Zhang <[email protected]>
Signed-off-by: Dawning <[email protected]>
---
include/crypto/public_key.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/crypto/public_key.h b/include/crypto/public_key.h
index 948c5203ca9c..47accec68cb0 100644
--- a/include/crypto/public_key.h
+++ b/include/crypto/public_key.h
@@ -12,7 +12,6 @@

#include <linux/keyctl.h>
#include <linux/oid_registry.h>
-#include <crypto/akcipher.h>

/*
* Cryptographic data for the public-key subtype of the asymmetric key type.
--
2.25.1


2020-11-30 10:26:28

by David Howells

[permalink] [raw]
Subject: Re: [PATCH v1] include: crypto - remove the unused include

I've taken Tianjia Zhang's patch for this.

Thanks,
David