]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
lib/mpi: clean unused SHA1_DIGEST_LENGTH
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Thu, 15 Oct 2015 18:34:53 +0000 (20:34 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 20 Oct 2015 14:10:45 +0000 (22:10 +0800)
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>
include/linux/mpi.h

index 8b8269fa89077e63ae8cd4867a3edd57d96a6ac2..3a5abe95affd381564b1b08b1996dd4e0ee52490 100644 (file)
 #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