|
Message-ID: <cd7e5566bda93917e4de9c7063648076@smtp.hushmail.com> Date: Wed, 15 Aug 2012 12:29:34 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: SRP 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. Great, I committed it like this: wow_srp: Use the OpenSSL version, revert the -lgmp from Makefile. TODO: put some (default commented out) HAVE_GMP stuff in Makefile. 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] All is merged to bleeding now too. 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.