Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 839a42af authored by LABBE Corentin's avatar LABBE Corentin Committed by Herbert Xu
Browse files

lib/mpi: clean unused SHA1_DIGEST_LENGTH



The define SHA1_DIGEST_LENGTH is not used anywhere, so remove it.

Signed-off-by: default avatarLABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 50826874
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -33,12 +33,6 @@
#include <linux/types.h>
#include <linux/scatterlist.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