1
0
Fork 0

lib/mpi: clean unused SHA1_DIGEST_LENGTH

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

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
hifive-unleashed-5.1
LABBE Corentin 2015-10-15 20:34:53 +02:00 committed by Herbert Xu
parent 50826874f0
commit 839a42af94
1 changed files with 0 additions and 6 deletions

View File

@ -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