summaryrefslogtreecommitdiff
path: root/security/ruby-password/files/patch-rbcrack.c
blob: e47328ea5f62cde49e48a07ea821eaa9cff97d6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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"