Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1248072

[PATCH] lib/mpi: clean unused SHA1_DIGEST_LENGTH

From LABBE Corentin <clabbe.montjoie@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] lib/mpi: clean unused SHA1_DIGEST_LENGTH
Date 2015-10-15 20:40 +0200
Message-ID <qjVBw-6l0-21@gated-at.bofh.it> (permalink)
References <qjzKG-7SB-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] s390: crypto: replace raw value by their coresponding define LABBE Corentin <clabbe.montjoie@gmail.com> - 2015-10-14 21:20 +0200
  Re: [PATCH] s390: crypto: replace raw value by their coresponding  define Herbert Xu <herbert@gondor.apana.org.au> - 2015-10-15 15:20 +0200
  [PATCH] lib/mpi: clean unused SHA1_DIGEST_LENGTH LABBE Corentin <clabbe.montjoie@gmail.com> - 2015-10-15 20:40 +0200

csiph-web