Module: wine Branch: master Commit: 2601f58acb75758f6b3755da08c8571513143532 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2601f58acb75758f6b3755da08...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Oct 17 11:06:44 2013 +0200
crypt32: Don't use links to certs in memory store.
---
dlls/crypt32/cert.c | 158 +++++++++++++++++++++++----------------- dlls/crypt32/collectionstore.c | 12 ++-- dlls/crypt32/context.c | 4 +- dlls/crypt32/crl.c | 7 ++- dlls/crypt32/crypt32_private.h | 22 +++--- dlls/crypt32/ctl.c | 9 ++- dlls/crypt32/provstore.c | 18 ++-- dlls/crypt32/store.c | 17 ++-- 8 files changed, 140 insertions(+), 107 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2601f58acb75758f6b3755...