diff options
Diffstat (limited to 'security/ruby-password/files/patch-rbcrack.c')
-rw-r--r-- | security/ruby-password/files/patch-rbcrack.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/security/ruby-password/files/patch-rbcrack.c b/security/ruby-password/files/patch-rbcrack.c deleted file mode 100644 index e47328ea5f62..000000000000 --- a/security/ruby-password/files/patch-rbcrack.c +++ /dev/null @@ -1,15 +0,0 @@ ---- rbcrack.c.orig Wed Sep 18 16:45:57 2002 -+++ rbcrack.c Fri Sep 20 04:46:38 2002 -@@ -5,7 +5,11 @@ - */ - - #include "ruby.h" --#include "crack.h" -+#ifdef HAVE_PACKER_H -+#include <packer.h> -+#else -+#include <crack.h> -+#endif - #include "rbcrack.h" - - #define CRACK_VERSION "0.2.0" |