16 May
2006
16 May
'06
1:54 p.m.
Module: wine Branch: refs/heads/master Commit: d0505de67412876aef70c885a0234fbc9394d343 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d0505de67412876aef70c885... Author: Juan Lang <juan_lang(a)yahoo.com> Date: Tue May 16 10:39:29 2006 -0700 crypt32: Implement CertCompare functions, with tests. --- dlls/crypt32/cert.c | 88 +++++++++++++++++++++++++ dlls/crypt32/crypt32.spec | 8 +- dlls/crypt32/tests/cert.c | 158 +++++++++++++++++++++++++++++++++++++++++++++ include/wincrypt.h | 9 +++ 4 files changed, 259 insertions(+), 4 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=d0505de67412876aef70...