linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] include: crypto - remove the unused include
@ 2020-11-09 13:56 Dawning
  2020-11-30 10:21 ` David Howells
  0 siblings, 1 reply; 2+ messages in thread
From: Dawning @ 2020-11-09 13:56 UTC (permalink / raw)
  To: dhowells, herbert, davem, tianjia.zhang
  Cc: gilad, keyrings, linux-crypto, linux-kernel, dawning.pang

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 <tianjia.zhang@linux.alibaba.com>
Signed-off-by: Dawning <dawning.pang@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v1] include: crypto - remove the unused include
  2020-11-09 13:56 [PATCH v1] include: crypto - remove the unused include Dawning
@ 2020-11-30 10:21 ` David Howells
  0 siblings, 0 replies; 2+ messages in thread
From: David Howells @ 2020-11-30 10:21 UTC (permalink / raw)
  To: Dawning
  Cc: dhowells, herbert, davem, tianjia.zhang, gilad, keyrings,
	linux-crypto, linux-kernel

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

Thanks,
David


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-30 10:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 13:56 [PATCH v1] include: crypto - remove the unused include Dawning
2020-11-30 10:21 ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).