crypt32: Trace entry contents in CryptInstallOIDFunctionAddress.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fc9c8e4758
commit
81b0a38c47
|
@ -250,6 +250,8 @@ BOOL WINAPI CryptInstallOIDFunctionAddress(HMODULE hModule,
|
||||||
{
|
{
|
||||||
struct OIDFunction *func;
|
struct OIDFunction *func;
|
||||||
|
|
||||||
|
TRACE("OID %s, func %p\n", debugstr_a(rgFuncEntry[i].pszOID), rgFuncEntry[i].pvFuncAddr);
|
||||||
|
|
||||||
if (!IS_INTOID(rgFuncEntry[i].pszOID))
|
if (!IS_INTOID(rgFuncEntry[i].pszOID))
|
||||||
func = CryptMemAlloc(sizeof(struct OIDFunction)
|
func = CryptMemAlloc(sizeof(struct OIDFunction)
|
||||||
+ strlen(rgFuncEntry[i].pszOID) + 1);
|
+ strlen(rgFuncEntry[i].pszOID) + 1);
|
||||||
|
|
Loading…
Reference in New Issue