Module: wine Branch: master Commit: 678fb8ac14b3062a3221247f66075c5ca02862de URL: http://source.winehq.org/git/wine.git/?a=commit;h=678fb8ac14b3062a3221247f66...
Author: Juan Lang juan.lang@gmail.com Date: Thu Jul 12 14:58:08 2007 -0700
crypt32: Introduce an algorithm id encoding function that encodes missing parameters as NULL and use it to match native encoding (and simplify PKCS signer tests).
---
dlls/crypt32/encode.c | 37 ++++++++++++++++++++++++--- dlls/crypt32/tests/encode.c | 59 ++++-------------------------------------- 2 files changed, 39 insertions(+), 57 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=678fb8ac14b3062a322124...