Module: wine Branch: master Commit: 6eddbf18cad2bacab15c52dcf70d33443536d2be URL: http://source.winehq.org/git/wine.git/?a=commit;h=6eddbf18cad2bacab15c52dcf7...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Oct 17 11:07:24 2013 +0200
crypt32: Store properties directly in link contexts and get rid of Context_GetProperties.
---
dlls/crypt32/cert.c | 98 +++++++++++++++++++-------------------- dlls/crypt32/context.c | 15 +----- dlls/crypt32/crl.c | 50 ++++++++------------ dlls/crypt32/crypt32_private.h | 5 -- dlls/crypt32/ctl.c | 46 +++++++++---------- 5 files changed, 93 insertions(+), 121 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6eddbf18cad2bacab15c52...