diff mbox series

[v1] include: crypto - remove the unused include

Message ID 20201109135650.31831-1-dawning.pang@gmail.com
State New
Headers show
Series [v1] include: crypto - remove the unused include | expand

Commit Message

Dawning Nov. 9, 2020, 1:56 p.m. UTC
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(-)

Comments

David Howells Nov. 30, 2020, 10:21 a.m. UTC | #1
I've taken Tianjia Zhang's patch for this.

Thanks,
David
diff mbox series

Patch

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.