Module: wine Branch: refs/heads/master Commit: 15e5dc29c158615acdaf06decd5f0c5f2cf76528 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=15e5dc29c158615acdaf06de... Author: Juan Lang <juan_lang(a)yahoo.com> Date: Thu Feb 16 19:38:45 2006 +0100 crypt32: Simplify CertOpenSystemStore, fix CertDuplicateCertificateContext. - now that CertOpenStore is correct for system stores, simplify CertOpenSystemStore - correct CertDuplicateCertificateStore, with a test --- dlls/crypt32/cert.c | 138 +++++++++++++++++++++++++-------------------- dlls/crypt32/tests/cert.c | 46 +++++++++++++++ 2 files changed, 124 insertions(+), 60 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=15e5dc29c158615acdaf...