[PATCH 1/3] crypt32: Trace entry contents in CryptInstallOIDFunctionAddress.

Dmitry Timoshkov dmitry at baikal.ru
Fri Oct 26 05:17:14 CDT 2018


Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
---
 dlls/crypt32/oid.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/crypt32/oid.c b/dlls/crypt32/oid.c
index 1eb82829d2..d6c411c791 100644
--- a/dlls/crypt32/oid.c
+++ b/dlls/crypt32/oid.c
@@ -250,6 +250,8 @@ BOOL WINAPI CryptInstallOIDFunctionAddress(HMODULE hModule,
         {
             struct OIDFunction *func;
 
+            TRACE("OID %s, func %p\n", debugstr_a(rgFuncEntry[i].pszOID), rgFuncEntry[i].pvFuncAddr);
+
             if (!IS_INTOID(rgFuncEntry[i].pszOID))
                 func = CryptMemAlloc(sizeof(struct OIDFunction)
                  + strlen(rgFuncEntry[i].pszOID) + 1);
-- 
2.17.1




More information about the wine-devel mailing list