Module: wine Branch: master Commit: dd75ab38c640e0be5a513f3051b0bdaccc7cc668 URL: http://source.winehq.org/git/wine.git/?a=commit;h=dd75ab38c640e0be5a513f3051...
Author: Alexander Morozov amorozov@etersoft.ru Date: Wed Dec 15 17:35:29 2010 +0300
crypt32: Implement decoding enveloped messages.
---
dlls/crypt32/crypt32_private.h | 4 + dlls/crypt32/decode.c | 118 +++++++++++++++++++++++++++ dlls/crypt32/msg.c | 174 +++++++++++++++++++++++++++++++++++++++- dlls/crypt32/tests/msg.c | 7 -- 4 files changed, 292 insertions(+), 11 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=dd75ab38c640e0be5a513f...