aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rmd160.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cipher/rmd160.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rmd160.c b/cipher/rmd160.c
index 54dec6a15..d8e8584a3 100644
--- a/cipher/rmd160.c
+++ b/cipher/rmd160.c
@@ -146,7 +146,7 @@ burn_stack (int bytes)
{
char buf[150];
- memset (buf, 0, sizeof buf);
+ wipememory(buf,sizeof buf);
bytes -= sizeof buf;
if (bytes > 0)
burn_stack (bytes);