Module: wine
Branch: refs/heads/master
Commit: 07dfb1ae27dfbfd44008c8362ef6114a703b8688
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=07dfb1ae27dfbfd44008c83…
Author: Juan Lang <juan_lang(a)yahoo.com>
Date: Tue Dec 13 11:11:25 2005 +0100
crypt32: Decode cleanups.
- implement a helper to decode sequences of like types
- use helper functions wherever applicable when decoding
- correct "expected" vs. "got" usage in tests
- fix a few other small bugs
---
dlls/crypt32/encode.c | 889 ++++++++++++++-----------------------------
dlls/crypt32/tests/encode.c | 14 -
2 files changed, 298 insertions(+), 605 deletions(-)