diff -r 721a5e5fe251 -r 581b7c2ef978 crypto/weakcryptospi/source/random/randomshim.h --- a/crypto/weakcryptospi/source/random/randomshim.h Tue Jan 26 13:18:49 2010 +0200 +++ b/crypto/weakcryptospi/source/random/randomshim.h Fri Mar 19 10:03:04 2010 +0200 @@ -44,7 +44,7 @@ private: CRandomShim(); CRandomShim(const CRandomShim&); - CRandomShim& operator=(const CRandomShim&); + CRandomShim& operator=(const CRandomShim&); void ConstructL(); private: @@ -56,6 +56,7 @@ public: static void Random(TDes8& aDestination); static void RandomL(TDes8& aDestination); + static void SecureRandomL(TDes8& aDestination); }; #endif // __RANDOMSHIM_H__