diff options
author | LABBE Corentin <clabbe.montjoie@gmail.com> | 2015-10-15 20:34:53 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-10-20 22:10:45 +0800 |
commit | 839a42af9441982311f33241529f711f23c857c8 (patch) | |
tree | bf4d87e63d642c26e9fea6d05cb6bb4a5003fc04 /include/linux | |
parent | 50826874f059af9a7f1ed748528f68ea92d5039c (diff) |
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>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mpi.h | 6 |
1 files changed, 0 insertions, 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 <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 |