keyrings.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dawning <dawning.pang@gmail.com>
To: dhowells@redhat.com, herbert@gondor.apana.org.au,
	davem@davemloft.net, tianjia.zhang@linux.alibaba.com
Cc: gilad@benyossef.com, keyrings@vger.kernel.org,
	linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org,
	dawning.pang@gmail.com
Subject: [PATCH v1] include: crypto - remove the unused include
Date: Mon,  9 Nov 2020 21:56:50 +0800	[thread overview]
Message-ID: <20201109135650.31831-1-dawning.pang@gmail.com> (raw)

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


             reply	other threads:[~2020-11-09 13:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-09 13:56 Dawning [this message]
2020-11-30 10:21 ` [PATCH v1] include: crypto - remove the unused include David Howells

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201109135650.31831-1-dawning.pang@gmail.com \
    --to=dawning.pang@gmail.com \
    --cc=davem@davemloft.net \
    --cc=dhowells@redhat.com \
    --cc=gilad@benyossef.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=keyrings@vger.kernel.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tianjia.zhang@linux.alibaba.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).