crypto/weakcryptospi/source/random/randomshim.h
branchCompilerCompatibility
changeset 47 e6ba5d9eabc1
parent 43 9b5a3a9fddf8
--- a/crypto/weakcryptospi/source/random/randomshim.h	Mon Mar 08 21:45:09 2010 +0000
+++ b/crypto/weakcryptospi/source/random/randomshim.h	Sun Mar 14 13:16:12 2010 +0000
@@ -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__