From 7117a1d4ad0f84d5e960408aac36730a062a5510 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 2 Feb 1997 01:28:04 +0000 Subject: This is Alec Muffett's password guessing program. This version (5.0) supports the 4.4BSD password format, and also FreeBSD's MD5 style passwords. --- security/crack/files/patch-02 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/crack/files/patch-02 (limited to 'security/crack/files/patch-02') diff --git a/security/crack/files/patch-02 b/security/crack/files/patch-02 new file mode 100644 index 000000000000..e25326a25528 --- /dev/null +++ b/security/crack/files/patch-02 @@ -0,0 +1,11 @@ +--- src/libdes/Makefile.orig Thu Dec 19 01:29:21 1996 ++++ src/libdes/Makefile Fri Jan 31 11:14:52 1997 +@@ -10,7 +10,7 @@ + # If you are on a DEC Alpha, edit des.h and change the DES_LONG + # define to 'unsigned int'. I have seen this give a %20 speedup. + +-OPTS0= -DRAND -DTERMIO #-DNOCONST ++OPTS0= -DRAND -DTERMIOS #-DNOCONST + + # Version 1.94 has changed the strings_to_key function so that it is + # now compatible with MITs when the string is longer than 8 characters. -- cgit v1.2.3