diff -r 889504eac4fb -r 604ca70b6235 xmlsecurityengine/xmlseccrypto/src/xmlsecc_x509wrapper.cpp --- a/xmlsecurityengine/xmlseccrypto/src/xmlsecc_x509wrapper.cpp Tue Aug 31 17:02:56 2010 +0300 +++ b/xmlsecurityengine/xmlseccrypto/src/xmlsecc_x509wrapper.cpp Wed Sep 01 12:37:34 2010 +0100 @@ -278,7 +278,7 @@ User::LeaveIfError( aCertStore->iSymbianCertStore->GetError() ); certdata=aCertStore->iSymbianCertStore->GetRetrieveCertData(); certX509 = CX509Certificate::NewLC(*certdata); - User::LeaveIfError(aCertStore->iRootCertsSCS.Append((CX509Certificate *)certX509)); + aCertStore->iRootCertsSCS.Append((CX509Certificate *)certX509); CleanupStack::Pop(certX509); } aCertStore->iCertChain = CSymbianCertChain::NewL();