diff -r 641f389e9157 -r a71299154b21 cryptoservices/certificateandkeymgmt/tx509/comparisontest.cpp --- a/cryptoservices/certificateandkeymgmt/tx509/comparisontest.cpp Tue Aug 31 17:00:08 2010 +0300 +++ b/cryptoservices/certificateandkeymgmt/tx509/comparisontest.cpp Wed Sep 01 12:40:57 2010 +0100 @@ -123,7 +123,7 @@ TInt size; User::LeaveIfError(file.Size(size)); RBuf8 buf; - buf.CreateL(size); + buf.Create(size); CleanupClosePushL(buf); User::LeaveIfError(file.Read(buf, size));