crypto/weakcryptospi/source/random/randomshim.h
branchRCL_3
changeset 41 9b5a3a9fddf8
parent 19 cd501b96611d
--- a/crypto/weakcryptospi/source/random/randomshim.h	Tue Jan 26 13:18:49 2010 +0200
+++ b/crypto/weakcryptospi/source/random/randomshim.h	Sat Feb 20 00:36:18 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__