aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/ec_gfp/curve_gfp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/math/ec_gfp/curve_gfp.h')
-rw-r--r--src/lib/math/ec_gfp/curve_gfp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/math/ec_gfp/curve_gfp.h b/src/lib/math/ec_gfp/curve_gfp.h
index dde9f633e..f1b4b144a 100644
--- a/src/lib/math/ec_gfp/curve_gfp.h
+++ b/src/lib/math/ec_gfp/curve_gfp.h
@@ -18,7 +18,7 @@ namespace Botan {
class CurveGFp_Repr
{
public:
- virtual ~CurveGFp_Repr() {}
+ virtual ~CurveGFp_Repr() = default;
virtual const BigInt& get_p() const = 0;
virtual const BigInt& get_a() const = 0;
@@ -57,7 +57,7 @@ class BOTAN_DLL CurveGFp
/**
* Create an uninitialized CurveGFp
*/
- CurveGFp() {}
+ CurveGFp() = default;
/**
* Construct the elliptic curve E: y^2 = x^3 + ax + b over GF(p)