aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/numbertheory/pow_mod.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/math/numbertheory/pow_mod.h')
-rw-r--r--src/lib/math/numbertheory/pow_mod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/numbertheory/pow_mod.h b/src/lib/math/numbertheory/pow_mod.h
index e7db774b6..50695c2bc 100644
--- a/src/lib/math/numbertheory/pow_mod.h
+++ b/src/lib/math/numbertheory/pow_mod.h
@@ -62,7 +62,7 @@ class BOTAN_DLL Power_Mod
* representation. Likely only useful for testing.
*/
void set_modulus(const BigInt& modulus,
- Usage_Hints = NO_HINTS,
+ Usage_Hints hints = NO_HINTS,
bool disable_montgomery_arith = false) const;
/**