diff -r f18401adf8e1 -r 641f389e9157 cryptoservices/certificateandkeymgmt/tcertstore/t_filter.cpp --- a/cryptoservices/certificateandkeymgmt/tcertstore/t_filter.cpp Thu Aug 19 11:38:48 2010 +0300 +++ b/cryptoservices/certificateandkeymgmt/tcertstore/t_filter.cpp Tue Aug 31 17:00:08 2010 +0300 @@ -82,10 +82,10 @@ // Set subjetkeyid filter SetIssuerKeyIdFilter(Input::ParseElement(aFilter, KIssuerKeyIdStart)); - + // Set subjetkeyid using the certificate details SetSubjectKeyIdFromCertFilterL(Input::ParseElement(aFilter, KUseSubjectKeyIdStart)); - + } void CFilter::SetLabelFilter(const TDesC8& aLabel) @@ -409,4 +409,5 @@ } } + CCertAttributeFilter* CFilter::iFilter = NULL;