Module: wine Branch: master Commit: f5b4806159deb89a5d340145b16ec5fce935b537 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f5b4806159deb89a5d340145b1...
Author: Juan Lang juan.lang@gmail.com Date: Wed Aug 22 09:40:43 2007 -0700
crypt32: Implement CryptVerifyMessageSignature.
---
dlls/crypt32/main.c | 12 ---- dlls/crypt32/msg.c | 132 +++++++++++++++++++++++++++++++++++++++++++ dlls/crypt32/tests/msg.c | 140 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 272 insertions(+), 12 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f5b4806159deb89a5d3401...