e34eb34209
Ophcrack is a free password cracker based on rainbow tables. It is a very efficient implementation of rainbow tables done by the inventors of the method. ok ajacoutot@
13 lines
347 B
Plaintext
13 lines
347 B
Plaintext
$OpenBSD: patch-src_misc_c,v 1.1.1.1 2009/06/01 06:51:51 benoit Exp $
|
|
--- src/misc.c.orig Thu Apr 2 16:45:00 2009
|
|
+++ src/misc.c Tue May 26 12:56:00 2009
|
|
@@ -35,7 +35,7 @@
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <math.h>
|
|
-#ifdef __NetBSD__
|
|
+#if defined(__NetBSD__) || defined(__OpenBSD__)
|
|
#include <sys/param.h>
|
|
#endif
|
|
#ifdef WIN32
|