diff options
-rw-r--r-- | src/math/bigint/bigint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/bigint/bigint.h b/src/math/bigint/bigint.h index 83986e0f1..4f7f6f5bd 100644 --- a/src/math/bigint/bigint.h +++ b/src/math/bigint/bigint.h @@ -486,7 +486,7 @@ BigInt BOTAN_DLL operator/(const BigInt& x, const BigInt& d); BigInt BOTAN_DLL operator%(const BigInt& x, const BigInt& m); word BOTAN_DLL operator%(const BigInt& x, word m); BigInt BOTAN_DLL operator<<(const BigInt& x, u32bit n); -BigInt BOTAN_DLL operator>>(const BigInt&, x u32bit n); +BigInt BOTAN_DLL operator>>(const BigInt& x, u32bit n); /* * Comparison Operators |