|
Message-ID: <loom.20060110T002007-246@post.gmane.org> 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
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.