aboutsummaryrefslogtreecommitdiffstats
path: root/src/math
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-08 02:42:33 +0000
committerlloyd <[email protected]>2008-10-08 02:42:33 +0000
commitb46e73584275ce8dcf3114d124c82e92730d0dbc (patch)
treeef90f6d51cc19e7d23902c1cf5d9b1af36088384 /src/math
parent79f9c1c3f5e3ddcb260105572cc89479deeadaf7 (diff)
Remove unneeded Botan:: prefix
Diffstat (limited to 'src/math')
-rw-r--r--src/math/gfpmath/point_gfp.h2
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 );