Module: wine Branch: master Commit: 1d534244702f7c5ca64d707628fd397cbcbb0b8e URL: http://source.winehq.org/git/wine.git/?a=commit;h=1d534244702f7c5ca64d707628...
Author: Juan Lang juan.lang@gmail.com Date: Fri Aug 17 11:59:28 2007 -0700
crypt32: Don't store the crypto provider when it isn't needed.
---
dlls/crypt32/collectionstore.c | 3 +-- dlls/crypt32/crypt32_private.h | 10 ++++------ dlls/crypt32/filestore.c | 9 ++++++--- dlls/crypt32/provstore.c | 11 ++++------- dlls/crypt32/regstore.c | 7 +++++-- dlls/crypt32/store.c | 33 +++++++++++++++++---------------- 6 files changed, 37 insertions(+), 36 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1d534244702f7c5ca64d70...