--- a/cryptoservices/filebasedcertificateandkeystores/test/keytool/keytool_utils.cpp Sat Dec 05 21:34:52 2009 +0000
+++ b/cryptoservices/filebasedcertificateandkeystores/test/keytool/keytool_utils.cpp Sat Dec 05 21:41:51 2009 +0000
@@ -837,6 +837,10 @@
PrintInfoL(_L("\tMarked as trusted: "));
PrintInfoL( aTrusted ? _L("Yes"): _L("No"));
PrintInfoL(newline, aPageWise);
+ PrintInfoL(_L("\tMarked as Deletable : "));
+ PrintInfoL( aCertInfo.IsDeletable() ? _L("Yes"): _L("No"));
+
+ PrintInfoL(newline, aPageWise);
}
void KeyToolUtils::SetConsole(CConsoleBase *aConsole )