aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/numbertheory/reducer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/math/numbertheory/reducer.h')
-rw-r--r--src/lib/math/numbertheory/reducer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/numbertheory/reducer.h b/src/lib/math/numbertheory/reducer.h
index 5276adbbc..65d9956f2 100644
--- a/src/lib/math/numbertheory/reducer.h
+++ b/src/lib/math/numbertheory/reducer.h
@@ -54,7 +54,7 @@ class BOTAN_PUBLIC_API(2,0) Modular_Reducer
Modular_Reducer() { m_mod_words = 0; }
explicit Modular_Reducer(const BigInt& mod);
private:
- BigInt m_modulus, m_modulus_2, m_mu;
+ BigInt m_modulus, m_mu;
size_t m_mod_words;
};