crypto/weakcryptospi/source/random/random.cpp
branchRCL_3
changeset 53 030c4fbc13d7
parent 50 d07aa956024a
--- a/crypto/weakcryptospi/source/random/random.cpp	Thu Apr 01 00:24:41 2010 +0300
+++ b/crypto/weakcryptospi/source/random/random.cpp	Wed Apr 14 17:48:59 2010 +0300
@@ -108,12 +108,7 @@
 
 EXPORT_C void RRandomSession::ConnectL(void)
 	{
-	// All of the ConnectL() code has moved to randomimpl.cpp
-	// in the new CryptoSPI pluggable framework. This is just
-	// a stub now that is retained for binary compatibility.
-
-	// Method replaced by shim
-	ASSERT(EFalse);
+	// No action required
 	}
 
 EXPORT_C TInt RRandomSession::GetRandom(TDes8& aDestination)