summaryrefslogtreecommitdiffstats
path: root/cipher/rmd160.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rmd160.c')
-rw-r--r--cipher/rmd160.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cipher/rmd160.c b/cipher/rmd160.c
index 70904a144..e8771883a 100644
--- a/cipher/rmd160.c
+++ b/cipher/rmd160.c
@@ -173,8 +173,6 @@ rol(int n, u32 x)
static void
transform( RMD160_CONTEXT *hd, byte *data )
{
-
-
u32 a,b,c,d,e,aa,bb,cc,dd,ee,t;
#ifdef BIG_ENDIAN_HOST
u32 x[16];