|
Message-ID: <bdb7cceb5f21365dcc82af7f83a61cfc@smtp.hushmail.com> Date: Sun, 30 Nov 2014 18:10:44 +0100 From: magnum <john.magnum@...hmail.com> To: john-users@...ts.openwall.com Subject: Re: OpenMP on FreeBSD ? On 2014-11-30 18:05, Patrick Proniewski wrote: > On 30 nov. 2014, at 17:09, magnum wrote: >> What if you use just "./configure --disable-pkg-config CC=gcc49" and don't supply any other things? Does that fail? > > Like an attempt I've made few emails ago, it works: > > $ gmake -sj4 > DES_std.c: In function 'DES_std_set_key': > DES_std.c:637:17: warning: array subscript is above array bounds [-Warray-bounds] > while (DES_key[i++]) k += 2; > ^ > /usr/local/bin/ar: creating aes.a > > Make process completed. > > But I need to provide library path: I think that is a system configuration issue and can't be fixed in the build of JtR (unless you link statically but let's not go there) > Is DES supposed to be replaced by DESCRYPT? > My 1.7.9-jumbo-7 does not recognize --format=descrypt but recognizes --format=des > My 1.8.0.2-bleeding-jumbo OMP does not recognize --format=des but recognizes --format=descrypt Yes, DES was renamed to DEScrypt in 1.8 magnum
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.