networksecurity/tls/ts_tls/T_TLS_cntrl.h
branchRCL_3
changeset 53 7e41d162e158
parent 0 af10295192d8
child 57 abbed5a4b42a
--- a/networksecurity/tls/ts_tls/T_TLS_cntrl.h	Thu Jul 15 20:25:02 2010 +0300
+++ b/networksecurity/tls/ts_tls/T_TLS_cntrl.h	Thu Aug 19 11:25:30 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -95,7 +95,11 @@
 	TBuf<32>	iProtocol;
 	TBool		iUseGenericSocket;
 	TBool		iEAPKeyDerivation;
-
+#ifdef HTTP_ALLOW_UNTRUSTED_CERTIFICATES
+	TBool      iTLSDialogMode;
+	TInt       iTLSDialogModeValue;
+	TInt       iExpectedErrorCode;       
+#endif  // HTTP_ALLOW_UNTRUSTED_CERTIFICATES
 	RSemaphore	iSemaphore;	
 
 	};