25 May
2006
25 May
'06
10:15 a.m.
Module: wine Branch: refs/heads/master Commit: 9f1dd10a488fc0085f53403b65725b078c2f4a93 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=9f1dd10a488fc0085f53403b... Author: Juan Lang <juan_lang(a)yahoo.com> Date: Wed May 24 15:15:56 2006 -0700 crypt32: Move cert functions that don't depend on the implementation of stores to cert.c. --- dlls/crypt32/cert.c | 463 +++++++++++++++++++++++++++++++++++++++ dlls/crypt32/crypt32_private.h | 2 dlls/crypt32/store.c | 475 +--------------------------------------- 3 files changed, 474 insertions(+), 466 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=9f1dd10a488fc0085f53...