[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 9 Jan 2006 23:29:27 +0000 (UTC)
From: Radim Horak <yesbody@...nam.cz>
To: john-users@...ts.openwall.com
Subject: Re: john improvement suggestions - vc compilation test
Phantom <phantom_otw@...> writes:
>
> I am really a noob with code...how did you remove cygwin check in bench.c?
>
original hint from Solar Designer:
http://article.gmane.org/gmane.comp.security.openwall.john.user/294
in file bench.c
replace/edit this 1 line:
---------------
#if !defined(__DJGPP__) && !defined(__CYGWIN32__) && !defined(__BEOS__)
---------------
with:
---------------
#if !defined(__DJGPP__) && !defined(__BEOS__)
---------------
then recompile (make clean win32-cygwin-x86-mmx)
-Radim
Powered by blists - more mailing lists
Powered by Openwall GNU/*/Linux -
Powered by OpenVZ