From ef0d938e243281af289820a8757d42948303a17f Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 2 Nov 2010 12:47:27 +0000 Subject: Compile fix --- src/math/numbertheory/curve_gfp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math') diff --git a/src/math/numbertheory/curve_gfp.h b/src/math/numbertheory/curve_gfp.h index 6c1d220fd..1ab803ec9 100644 --- a/src/math/numbertheory/curve_gfp.h +++ b/src/math/numbertheory/curve_gfp.h @@ -34,7 +34,7 @@ class BOTAN_DLL CurveGFp * @param b second coefficient */ CurveGFp(const BigInt& p, const BigInt& a, const BigInt& b) : - p(p_in), a(a_in), b(b_in), reducer_p(p) + p(p), a(a), b(b), reducer_p(p) { r = 1; r <<= p.sig_words() * BOTAN_MP_WORD_BITS; -- cgit v1.2.3