summaryrefslogtreecommitdiff
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 231640d2..f15eec22 100644
--- a/cipher/rmd160.c
+++ b/cipher/rmd160.c
@@ -410,8 +410,6 @@ rmd160_final( void *context )
byte *p;
unsigned int burn;
- _gcry_md_block_write(hd, NULL, 0); /* flush */;
-
t = hd->bctx.nblocks;
if (sizeof t == sizeof hd->bctx.nblocks)
th = hd->bctx.nblocks_high;