Skip to content

Commit

Permalink
crypto: public_key: Remove redundant header file from public_key.h
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David Howells <[email protected]>
Reviewed-by: Ben Boeckel <[email protected]>
  • Loading branch information
uudiin authored and dhowells committed Jan 21, 2021
1 parent 464e96a commit 09315b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/crypto/public_key.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 09315b2

Please sign in to comment.