cryptoservices/filebasedcertificateandkeystores/source/keystore/Server/keystreamutils.h
branchRCL_3
changeset 62 a71299154b21
parent 61 641f389e9157
--- a/cryptoservices/filebasedcertificateandkeystores/source/keystore/Server/keystreamutils.h	Tue Aug 31 17:00:08 2010 +0300
+++ b/cryptoservices/filebasedcertificateandkeystores/source/keystore/Server/keystreamutils.h	Wed Sep 01 12:40:57 2010 +0100
@@ -26,9 +26,7 @@
 #define __KEYSTREAMUTILS_H__
 
 #include <s32strm.h>
-#ifdef SYMBIAN_KEYSTORE_USE_AUTH_SERVER
-#include <s32std.h>
-#endif // SYMBIAN_KEYSTORE_USE_AUTH_SERVER
+
 #include "fsmarshaller.h"
 
 class CRSAPublicKey;
@@ -52,7 +50,5 @@
 void CreateL(RReadStream& aStream, CDSAPublicKey*& aOut);
 void CreateL(RReadStream& aStream, CDSAPrivateKey*& aOut);
 
-#ifdef SYMBIAN_KEYSTORE_USE_AUTH_SERVER
-HBufC8* DecryptFromStreamL( RReadStream& aInStream, TPtrC8& aKey );
-#endif // SYMBIAN_KEYSTORE_USE_AUTH_SERVER
+
 #endif