Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sat, 11 May 2013 13:07:42 +0400
From: Solar Designer <solar@...nwall.com>
To: john-dev@...ts.openwall.com
Subject: Re: --fork under Cygwin

On Thu, May 09, 2013 at 01:48:39PM -0400, Rich Rumble wrote:
> On Thu, May 9, 2013 at 11:32 AM, Solar Designer <solar@...nwall.com> wrote:
> > Actually, the newer version simply has --fork disabled on Cygwin by
> > default, but you may trivially re-enable it in os.h - I thought you would.
> 
> Which line(s), I'll add it to the "test bed" .

To enable --fork on Cygwin builds, remove the " || defined(__CYGWIN32__)"
portion of this line in os.h:

#if defined(__DJGPP__) || defined(__CYGWIN32__)

Alexander

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.