Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 3 Jul 2011 00:07:03 +0400
From: Solar Designer <solar@...nwall.com>
To: john-dev@...ts.openwall.com
Subject: Re: 1.7.8.Jumbo-1

magnum -

On Sat, Jul 02, 2011 at 11:57:44PM +0400, Solar Designer wrote:
> john-1.7.7-jumbo-6-auto_have_sha256-03.diff.gz

I am replacing these lines:

#if OPENSSL_VERSION_NUMBER > 0x000908000

to:

#if OPENSSL_VERSION_NUMBER >= 0x00908000

assuming that 0.9.8 already had SHA-256.

I think that your checks for greater-than probably worked just as well,
due to the "status" (lower four bits), which are probably non-zero on a
release like 0.9.8 (I did not check).

For reference, here's 0.9.7m:

#define OPENSSL_VERSION_NUMBER	0x009070dfL

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.