--- a/crypto/weakcrypto/inc/padding.h Fri Nov 06 13:21:00 2009 +0200
+++ b/crypto/weakcrypto/inc/padding.h Tue Nov 24 09:06:03 2009 +0200
@@ -204,7 +204,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 DoPadL(const TDesC8& aInput,TDes8& aOutput);
void UnPadL(const TDesC8& aInput,TDes8& aOutput);