summaryrefslogtreecommitdiff
path: root/sunrpc/des_impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/des_impl.c')
-rw-r--r--sunrpc/des_impl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/des_impl.c b/sunrpc/des_impl.c
index 1757dc1fb2..da0b8cee15 100644
--- a/sunrpc/des_impl.c
+++ b/sunrpc/des_impl.c
@@ -590,7 +590,7 @@ _des_crypt (char *buf, unsigned len, struct desparams *desp)
}
tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
tbuf[0] = tbuf[1] = 0;
- __bzero (schedule, sizeof (schedule));
+ memset (schedule, 0, sizeof (schedule));
return (1);
}