Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 15 Aug 2012 14:22:14 +0200
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: SRP

On 2012-08-15 12:29, magnum wrote:
> On 2012-08-15 08:06, jfoug@....net wrote:
>> Here is a version (same as last, still 'battlenet' SRP), which can be
>> compiled with no flags, and builds with oSSL's BN, or you can add
>> -DHAVE_GMP to the CFLAGS, and add -lgmp to the LDFLAGS (and of course
>> have libgmp installed), and it will build either way.

I now added the HAVE_GMP to Makefile, default commented out.

> I get the following benign warnings (using OpenSSL):
> 
> wow_srp_fmt_plug.c: In function ‘crypt_all’:
> wow_srp_fmt_plug.c:269:6: warning: unused variable ‘i’ [-Wunused-variable]
> wow_srp_fmt_plug.c:268:39: warning: unused variable ‘p’ [-Wunused-variable]
> wow_srp_fmt_plug.c:268:25: warning: unused variable ‘HashStr’
> [-Wunused-variable]

These are not present when building with gmp

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.