diff options
author | lloyd <[email protected]> | 2010-02-24 13:50:39 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-02-24 13:50:39 +0000 |
commit | 01a6b5d010f459e8eeb0ef2ce97ecaf885ae1809 (patch) | |
tree | a54e3508b3d35304162ccce2623fc0706660a3f4 /src/math | |
parent | 27d84b179913a82849c3994e8724dbec379dab52 (diff) |
Post-merge fixups
Diffstat (limited to 'src/math')
-rw-r--r-- | src/math/gfpmath/point_gfp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/gfpmath/point_gfp.cpp b/src/math/gfpmath/point_gfp.cpp index 00331f25b..4b2de7913 100644 --- a/src/math/gfpmath/point_gfp.cpp +++ b/src/math/gfpmath/point_gfp.cpp @@ -13,7 +13,7 @@ namespace Botan { // construct the point at infinity or a random point -nPointGFp::PointGFp(const CurveGFp& curve) : +PointGFp::PointGFp(const CurveGFp& curve) : mC(curve), mX(curve.get_p(), 0), mY(curve.get_p(), 1), |