Module: wine Branch: master Commit: b80101eb6516e0ac778c1d61bbb26a032ccbd0a2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b80101eb6516e0ac778c1d61bb...
Author: Juan Lang juan.lang@gmail.com Date: Mon Jul 23 18:11:17 2007 -0700
crypt32: Partially implement encoding signed messages.
---
dlls/crypt32/crypt32_private.h | 17 ++++++ dlls/crypt32/encode.c | 82 +++++++++++++++++++++++++++++++ dlls/crypt32/msg.c | 106 +++++++++++++++++++++++++++++++++++----- dlls/crypt32/tests/msg.c | 4 -- 4 files changed, 193 insertions(+), 16 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b80101eb6516e0ac778c1d...