From 839a42af9441982311f33241529f711f23c857c8 Mon Sep 17 00:00:00 2001 From: LABBE Corentin Date: Thu, 15 Oct 2015 20:34:53 +0200 Subject: [PATCH] lib/mpi: clean unused SHA1_DIGEST_LENGTH The define SHA1_DIGEST_LENGTH is not used anywhere, so remove it. Signed-off-by: LABBE Corentin Signed-off-by: Herbert Xu --- include/linux/mpi.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/linux/mpi.h b/include/linux/mpi.h index 8b8269fa8907..3a5abe95affd 100644 --- a/include/linux/mpi.h +++ b/include/linux/mpi.h @@ -33,12 +33,6 @@ #include #include -/* 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.39.2