cryptoservices/filebasedcertificateandkeystores/test/tkeystore/t_addkey.cpp
branchRCL_3
changeset 53 030c4fbc13d7
parent 15 da2ae96f639b
child 95 641f389e9157
--- a/cryptoservices/filebasedcertificateandkeystores/test/tkeystore/t_addkey.cpp	Thu Apr 01 00:24:41 2010 +0300
+++ b/cryptoservices/filebasedcertificateandkeystores/test/tkeystore/t_addkey.cpp	Wed Apr 14 17:48:59 2010 +0300
@@ -89,20 +89,10 @@
 					{
 					SetKeyStoreIndex(keyStore);
 					}
-					
-			#ifdef SYMBIAN_AUTH_SERVER		
-			if(iUseNewApi)
-				{
-				keyStore->CreateKey(iKeyStoreImplIndex, iUsage, iSize, *iLabel, iAlgorithm,
-												iAccessType, iStartDate, iEndDate, *iAuthExpression, iFreshness, iKeyInfo, aStatus);
-				}
-			else
-			#endif // SYMBIAN_AUTH_SERVER
-				{
+
 				keyStore->CreateKey(iKeyStoreImplIndex, iUsage, iSize, *iLabel, iAlgorithm,
 								iAccessType, iStartDate, iEndDate, iKeyInfo, aStatus);
 
-				}			
 			iState = EFinished;
 			}
 			break;