diff options
Diffstat (limited to 'package/libtirpc/patches/patch-src_des_impl_c')
-rw-r--r-- | package/libtirpc/patches/patch-src_des_impl_c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/libtirpc/patches/patch-src_des_impl_c b/package/libtirpc/patches/patch-src_des_impl_c deleted file mode 100644 index 0290f1bbf..000000000 --- a/package/libtirpc/patches/patch-src_des_impl_c +++ /dev/null @@ -1,11 +0,0 @@ ---- libtirpc-1.0.2.orig/src/des_impl.c 2017-07-05 17:02:23.000000000 +0200 -+++ libtirpc-1.0.2/src/des_impl.c 2017-08-12 20:52:33.863661657 +0200 -@@ -588,7 +588,7 @@ _des_crypt (char *buf, unsigned len, str - } - tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; - tbuf[0] = tbuf[1] = 0; -- __bzero (schedule, sizeof (schedule)); -+ memset (schedule, 0, sizeof (schedule)); - - return (1); - } |