aboutsummaryrefslogtreecommitdiff
path: root/games/crossfire-client/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'games/crossfire-client/files/patch-ag')
-rw-r--r--games/crossfire-client/files/patch-ag14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/crossfire-client/files/patch-ag b/games/crossfire-client/files/patch-ag
new file mode 100644
index 000000000000..f197248c00a0
--- /dev/null
+++ b/games/crossfire-client/files/patch-ag
@@ -0,0 +1,14 @@
+--- server/main.c.orig Fri Nov 1 14:02:00 1996
++++ server/main.c Fri Nov 1 14:06:15 1996
+@@ -153,7 +153,11 @@
+ }
+
+ int check_password(char *typed,char *crypted) {
++#ifdef UGLY_PASSWORD_HACK
++ return(1);
++#else
+ return !strcmp(crypt_string(typed,crypted),crypted);
++#endif
+ }
+
+ char *normalize_path (char *src, char *dst) {