summaryrefslogtreecommitdiff
path: root/security/ssh2/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh2/files/patch-ad')
-rw-r--r--security/ssh2/files/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/ssh2/files/patch-ad b/security/ssh2/files/patch-ad
deleted file mode 100644
index 6b4d2646fa91..000000000000
--- a/security/ssh2/files/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-*** auth-passwd.c.bak Tue Jan 20 15:23:48 1998
---- auth-passwd.c Sat Feb 14 00:49:56 1998
-***************
-*** 815,820 ****
---- 815,822 ----
- encrypted_password = crypt(password,
- (correct_passwd[0] && correct_passwd[1]) ?
- correct_passwd : "xx");
-+ if (!password[0] && correct_passwd[0])
-+ encrypted_password = ":";
- #endif /* HAVE_SCO_ETC_SHADOW */
- #endif /* HAVE_OSF1_C2_SECURITY */
-