diff -r bb2423252ea3 -r c1029e558ef5 networksecurity/tls/ts_tls/T_Autossl_Const.h --- a/networksecurity/tls/ts_tls/T_Autossl_Const.h Wed Sep 15 13:53:10 2010 +0300 +++ b/networksecurity/tls/ts_tls/T_Autossl_Const.h Wed Oct 13 16:17:27 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2003-2009 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" @@ -37,11 +37,6 @@ _LIT( KCfgProtocol, "Protocol" ); _LIT( KCfgUseGenericSocket, "UseGenericSocket"); _LIT( KCfgEAPKeyDerivation, "EAPKeyDerivation"); -#ifdef HTTP_ALLOW_UNTRUSTED_CERTIFICATES -_LIT( KCfgSSLDialogMode, "SSLDialogMode"); -_LIT( KCfgSSLDialogModeValue, "SSLDialogModeValue"); -_LIT( KCfgExpectedErrorCode, "ExpectedErrorCode"); -#endif // HTTP_ALLOW_UNTRUSTED_CERTIFICATES const TInt KDefCfgCipher = 0; const TInt KDefCfgIPPort = 0; @@ -51,11 +46,6 @@ const TInt KDefCfgMaxThreshold = 1000; const TBool KDefUseGenericSocket = EFalse; const TBool KDefEAPKeyDerivation = EFalse; -#ifdef HTTP_ALLOW_UNTRUSTED_CERTIFICATES -const TBool KDefSSLDialogMode = EFalse; -const TInt KDefSSLDialogModeValue = 0; -const TInt KDefErrorValue = 0; -#endif // HTTP_ALLOW_UNTRUSTED_CERTIFICATES _LIT( KDefCfgIPAddress, "default" ); _LIT( KDefCfgDNSName, "www.default.com" );