diff options
Diffstat (limited to 'sys-apps/shadow/files/shadow-4.0.5-skey.patch')
-rw-r--r-- | sys-apps/shadow/files/shadow-4.0.5-skey.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-apps/shadow/files/shadow-4.0.5-skey.patch b/sys-apps/shadow/files/shadow-4.0.5-skey.patch deleted file mode 100644 index 14626b0a2330..000000000000 --- a/sys-apps/shadow/files/shadow-4.0.5-skey.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- shadow-4.0.5.orig/lib/pwauth.c 2004-11-01 12:14:40.254524181 -0800 -+++ shadow-4.0.5/lib/pwauth.c 2004-11-01 12:15:13.426532987 -0800 -@@ -152,7 +152,7 @@ - * If there is no SKEY information we default to not using SKEY. - */ - -- if (skeychallenge (&skey, user, challenge_info) == 0) -+ if (skeychallenge (&skey, user, challenge_info, sizeof(challenge_info)) == 0) - use_skey = 1; - #endif - |