From: LABBE Corentin Date: Thu, 15 Oct 2015 18:34:53 +0000 (+0200) Subject: lib/mpi: clean unused SHA1_DIGEST_LENGTH X-Git-Tag: v4.4-rc2~30^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=839a42af9441982311f33241529f711f23c857c8;p=profile%2Fcommon%2Fplatform%2Fkernel%2Flinux-artik7.git 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 --- diff --git a/include/linux/mpi.h b/include/linux/mpi.h index 8b8269f..3a5abe9 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