crypt32: Introduce an algorithm id encoding function that encodes missing parameters...
commit678fb8ac14b3062a3221247f66075c5ca02862de
authorJuan Lang <juan.lang@gmail.com>
Thu, 12 Jul 2007 21:58:08 +0000 (12 14:58 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 13 Jul 2007 12:39:40 +0000 (13 14:39 +0200)
treeabc3733d29503351864619ea5c20e71bd82ffb65
parent880507d9069365317a2b7fc7435e8907b3af911f
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
dlls/crypt32/tests/encode.c