crypt32: Simplify CertOpenSystemStore, fix CertDuplicateCertificateContext.
authorJuan Lang <juan_lang@yahoo.com>
Thu, 16 Feb 2006 18:38:45 +0000 (19:38 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 16 Feb 2006 18:38:45 +0000 (19:38 +0100)
commit15e5dc29c158615acdaf06decd5f0c5f2cf76528
tree511cef39d65c3fe20a4c1a451e4fd828c1f12f74
parentdc8f5ee48b9bc71ca0314baf2064be7f42779cf4
crypt32: Simplify CertOpenSystemStore, fix CertDuplicateCertificateContext.
- now that CertOpenStore is correct for system stores, simplify
  CertOpenSystemStore
- correct CertDuplicateCertificateStore, with a test
dlls/crypt32/cert.c
dlls/crypt32/tests/cert.c