diff -r 880bdb445c5c -r c0e7917aa107 crypto/weakcryptospi/inc/padding.h --- a/crypto/weakcryptospi/inc/padding.h Sat Dec 05 21:34:52 2009 +0000 +++ b/crypto/weakcryptospi/inc/padding.h Sat Dec 05 21:41:51 2009 +0000 @@ -202,7 +202,7 @@ * @param aBlockBytes The block size in bytes. * @return A pointer to the new CPaddingPKCS1Signature object. */ - IMPORT_C static CPaddingPKCS1Signature* CPaddingPKCS1Signature::NewLC( + IMPORT_C static CPaddingPKCS1Signature* NewLC( TInt aBlockBytes); void UnPadL(const TDesC8& aInput,TDes8& aOutput); TInt MinPaddingLength(void) const;