15 Oct
2009
15 Oct
'09
1:54 p.m.
Module: wine Branch: master Commit: 3c25d7540f2224f07aafa2a6d3c45c90546cf81b URL: http://source.winehq.org/git/wine.git/?a=commit;h=3c25d7540f2224f07aafa2a6d3... Author: Juan Lang <juan.lang(a)gmail.com> Date: Wed Oct 14 13:07:36 2009 -0700 crypt32: Rename CRYPT_AsnDecodeArrayNoAlloc to CRYPT_AsnDecodeArray, and pass a CRYPT_DECODE_PARA * to it so that it can allocate memory if requested. --- dlls/crypt32/decode.c | 179 +++++++++++++++++++++++++----------------------- 1 files changed, 93 insertions(+), 86 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3c25d7540f2224f07aafa2...