Dmitry Timoshkov : crypt32: Trace entry contents in CryptInstallOIDFunctionAddress.

Alexandre Julliard julliard at winehq.org
Fri Oct 26 14:23:56 CDT 2018


Module: wine
Branch: master
Commit: 81b0a38c47ee0d20b9b077f3e7d2860ce85d93f4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=81b0a38c47ee0d20b9b077f3e7d2860ce85d93f4

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Fri Oct 26 13:17:14 2018 +0300

crypt32: Trace entry contents in CryptInstallOIDFunctionAddress.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/crypt32/oid.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/crypt32/oid.c b/dlls/crypt32/oid.c
index 1eb8282..d6c411c 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);




More information about the wine-cvs mailing list