diff options
author | lloyd <[email protected]> | 2008-10-08 02:42:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-08 02:42:33 +0000 |
commit | b46e73584275ce8dcf3114d124c82e92730d0dbc (patch) | |
tree | ef90f6d51cc19e7d23902c1cf5d9b1af36088384 /src/math | |
parent | 79f9c1c3f5e3ddcb260105572cc89479deeadaf7 (diff) |
Remove unneeded Botan:: prefix
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 ); |