diff options
Diffstat (limited to 'sunrpc/des_impl.c')
-rw-r--r-- | sunrpc/des_impl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/des_impl.c b/sunrpc/des_impl.c index 1757dc1..da0b8ce 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); } |