diff options
Diffstat (limited to 'src/math')
-rw-r--r-- | src/math/gfpmath/point_gfp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/gfpmath/point_gfp.h b/src/math/gfpmath/point_gfp.h index 7e5aec379..b91e08a39 100644 --- a/src/math/gfpmath/point_gfp.h +++ b/src/math/gfpmath/point_gfp.h @@ -232,7 +232,7 @@ class PointGFp * @param mod a shared pointer to a GFpModulus that will * be held in the members *this */ - void set_shrd_mod(std::tr1::shared_ptr<Botan::GFpModulus> p_mod); + void set_shrd_mod(std::tr1::shared_ptr<GFpModulus> p_mod); static GFpElement decompress(bool yMod2, GFpElement const& x, CurveGFp const& curve ); |