aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rndlinux.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cipher/rndlinux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rndlinux.c b/cipher/rndlinux.c
index c31b7f71c..2b28e4b6a 100644
--- a/cipher/rndlinux.c
+++ b/cipher/rndlinux.c
@@ -156,7 +156,7 @@ _("\n"
(*add)( buffer, n, requester );
length -= n;
}
- memset(buffer, 0, sizeof(buffer) );
+ wipememory(buffer, sizeof(buffer) );
return 0; /* success */
}