diff -r cd501b96611d -r ece3df019add crypto/weakcryptospi/source/bigint/mont.h --- a/crypto/weakcryptospi/source/bigint/mont.h Fri Nov 06 13:21:00 2009 +0200 +++ b/crypto/weakcryptospi/source/bigint/mont.h Tue Nov 24 09:06:03 2009 +0200 @@ -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: