diff options
Diffstat (limited to 'cipher/rmd160.c')
-rw-r--r-- | cipher/rmd160.c | 2 |
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]; |