From 74528281a8fce78fc99d6f480577b7645bd5be5c Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 18 Nov 2009 04:18:53 +0000 Subject: Fix typo --- src/math/bigint/bigint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3