summaryrefslogtreecommitdiffstats
path: root/source/a/tcsh/tcsh-6.18.01-crypt.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/tcsh/tcsh-6.18.01-crypt.diff')
-rw-r--r--source/a/tcsh/tcsh-6.18.01-crypt.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/a/tcsh/tcsh-6.18.01-crypt.diff b/source/a/tcsh/tcsh-6.18.01-crypt.diff
deleted file mode 100644
index db7306e2b..000000000
--- a/source/a/tcsh/tcsh-6.18.01-crypt.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- tc.func.c.orig 2013-05-16
-+++ tc.func.c 2013-05-16
-@@ -733,7 +733,7 @@ auto_lock(void)
- pp = xgetpass("Password:");
-
- crpp = XCRYPT(pw, pp, srpp);
-- if ((strcmp(crpp, srpp) == 0)
-+ if ((crpp && (strcmp(crpp, srpp) == 0))
- #ifdef AFS
- || (ka_UserAuthenticateGeneral(KA_USERAUTH_VERSION,
- afsname, /* name */