diff -r 641f389e9157 -r a71299154b21 crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiconversion.cpp --- a/crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiconversion.cpp Tue Aug 31 17:00:08 2010 +0300 +++ b/crypto/weakcryptospi/test/tcryptospi/src/te_cryptospiconversion.cpp Wed Sep 01 12:40:57 2010 +0100 @@ -140,10 +140,6 @@ else if (*this==_L("KMacInterface")) return KMacInterfaceUid; else if (*this==_L("KMacModeType")) return KMacModeTypeUid; #endif -#if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC)) - else if (*this==_L("KAlgorithmCipherEcc")) return KEccCipherUid; - else if (*this==_L("KAlgorithmSignerEcc")) return KEccSignerUid; -#endif else { User::Panic(*this,KErrNotFound);