crypt32: Use helper function to encode public keys for hashing.
commitd8ca5bc348b3e033c04ca4ddf9f3786706f78f0e
authorJuan Lang <juan.lang@gmail.com>
Tue, 20 Oct 2009 20:29:03 +0000 (20 13:29 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 21 Oct 2009 14:05:56 +0000 (21 16:05 +0200)
treedb43ac8170b7ddbe3ce05ac6e6bfc0175c6e3628
parentc97e442a28f1c5c56ff6c1041b925e93e110bff5
crypt32: Use helper function to encode public keys for hashing.

This is necessary because the publicly callable form embeds the asn.1
NULL value when the parameters are empty, whereas the hash value
expects that it's missing.
dlls/crypt32/cert.c
dlls/crypt32/crypt32_private.h
dlls/crypt32/encode.c