3 --- src
/math
/gfpmath
/point_gfp
.h
.orig
2013-04-30 22:54:19.000000000 +0000
4 +++ src
/math
/gfpmath
/point_gfp
.h
5 @@
-234,7 +234,7 @@
class BOTAN_DLL PointGFp
6 * @param mod a shared pointer to a GFpModulus that will
7 * be held in the members
*this
9 - void set_shrd_mod(std::tr1::shared_ptr
<GFpModulus
> p_mod
);
10 + void set_shrd_mod(shared_ptr
<GFpModulus
> p_mod
);
12 static GFpElement
decompress(bool yMod2
, GFpElement
const& x
, const CurveGFp
& curve
);
14 @@
-242,9 +242,9 @@
class BOTAN_DLL PointGFp
15 static const u32bit GFPEL_WKSP_SIZE
= 9;
16 void ensure_worksp() const;
18 - inline std::tr1::shared_ptr
<PointGFp
> mult_loop(int l
, const BigInt
& m
,
19 - std::tr1::shared_ptr
<PointGFp
> H
,
20 - std::tr1::shared_ptr
<PointGFp
> tmp
,
21 + inline shared_ptr
<PointGFp
> mult_loop(int l
, const BigInt
& m
,
22 + shared_ptr
<PointGFp
> H
,
23 + shared_ptr
<PointGFp
> tmp
,
27 @@
-257,7 +257,7 @@
class BOTAN_DLL PointGFp
28 mutable bool mZpow2_set
;
29 mutable bool mZpow3_set
;
30 mutable bool mAZpow4_set
;
31 - mutable std::tr1::shared_ptr
<std::vector
<GFpElement
> > mp_worksp_gfp_el
;
32 + mutable shared_ptr
<std::vector
<GFpElement
> > mp_worksp_gfp_el
;