From: LABBE Corentin <clabbe.montjoie@gmail.com>
To: clabbe.montjoie@gmail.com, herbert@gondor.apana.org.au,
tadeusz.struk@intel.com
Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] lib/mpi: clean unused SHA1_DIGEST_LENGTH
Date: Thu, 15 Oct 2015 20:34:53 +0200 [thread overview]
Message-ID: <1444934124-3883-1-git-send-email-clabbe.montjoie@gmail.com> (raw)
In-Reply-To: <1444849860-16334-1-git-send-email-clabbe.montjoie@gmail.com>
The define SHA1_DIGEST_LENGTH is not used anywhere, so remove it.
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
---
include/linux/mpi.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/include/linux/mpi.h b/include/linux/mpi.h
index 641b7d6..a792b38 100644
--- a/include/linux/mpi.h
+++ b/include/linux/mpi.h
@@ -32,12 +32,6 @@
#include <linux/types.h>
-/* DSI defines */
-
-#define SHA1_DIGEST_LENGTH 20
-
-/*end of DSI defines */
-
#define BYTES_PER_MPI_LIMB (BITS_PER_LONG / 8)
#define BITS_PER_MPI_LIMB BITS_PER_LONG
--
2.4.9
next prev parent reply other threads:[~2015-10-15 18:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-14 19:11 [PATCH] s390: crypto: replace raw value by their coresponding define LABBE Corentin
2015-10-15 13:19 ` Herbert Xu
2015-10-15 18:34 ` LABBE Corentin [this message]
2015-10-20 14:19 ` [PATCH] lib/mpi: clean unused SHA1_DIGEST_LENGTH Herbert Xu
2015-10-14 19:12 LABBE Corentin
2015-10-15 13:19 ` Herbert Xu
2015-10-20 15:03 ` LABBE Corentin
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=1444934124-3883-1-git-send-email-clabbe.montjoie@gmail.com \
--to=clabbe.montjoie@gmail.com \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tadeusz.struk@intel.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
all inboxes | Powered by JetHome®