--- a/crypto/weakcryptospi/source/bigint/mont.h Sat Dec 05 21:34:52 2009 +0000
+++ b/crypto/weakcryptospi/source/bigint/mont.h Sat Dec 05 21:41:51 2009 +0000
@@ -45,7 +45,7 @@
protected:
void DoMultiplyL(TInteger& aResult, const TInteger& aA, const TInteger& aB) const;
void DoSquareL(TInteger& aResult, const TInteger& aA) const;
- TInteger& ConvertIn(TInteger& aInteger) const;
+ TInteger& ConvertInL(TInteger& aInteger) const;
TInteger& ConvertOutL(TInteger& aInteger) const;
CMontgomeryStructure();
private: