aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto
diff options
context:
space:
mode:
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>2020-11-18 20:30:31 +0800
committerDavid Howells <dhowells@redhat.com>2021-01-21 16:16:10 +0000
commit09315b2d0d6944b9e249003c04abb88b5594a683 (patch)
tree734890d7b056c6608cf93e7897b7bda37f280198 /include/crypto
parentkeys: remove trailing semicolon in macro definition (diff)
downloadlinux-dev-09315b2d0d6944b9e249003c04abb88b5594a683.tar.xz
linux-dev-09315b2d0d6944b9e249003c04abb88b5594a683.zip
crypto: public_key: Remove redundant header file from public_key.h
The akcipher.h header file was originally introduced in SM2, and then the definition of SM2 was moved to the existing code. This header file is left and should be removed. Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com> Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Ben Boeckel <mathstuf@gmail.com>
Diffstat (limited to 'include/crypto')
-rw-r--r--include/crypto/public_key.h1
1 files changed, 0 insertions, 1 deletions
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.