projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5082687
)
lib/mpi: clean unused SHA1_DIGEST_LENGTH
author
LABBE Corentin
<clabbe.montjoie@gmail.com>
Thu, 15 Oct 2015 18:34:53 +0000
(20:34 +0200)
committer
Herbert 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
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/mpi.h
b/include/linux/mpi.h
index 8b8269fa89077e63ae8cd4867a3edd57d96a6ac2..3a5abe95affd381564b1b08b1996dd4e0ee52490 100644
(file)
--- 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