]> www.infradead.org Git - linux-platform-drivers-x86.git/commitdiff
crypto: public_key: Remove redundant header file from public_key.h
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Wed, 18 Nov 2020 12:30:31 +0000 (20:30 +0800)
committerDavid Howells <dhowells@redhat.com>
Thu, 21 Jan 2021 16:16:10 +0000 (16:16 +0000)
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>
include/crypto/public_key.h

index 948c5203ca9c671ee94c1e05dc84034f2fe381ef..47accec68cb0fb89498d9c7174b371fa6f0f5e7e 100644 (file)
@@ -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.