[06/10] wintrust: Implement CryptCATOpen and CryptCATClose.

Juan Lang juan.lang at gmail.com
Mon Dec 22 09:59:29 CST 2008


Hi Hans, this is a really minor comment:

+struct cryptcat
+{
+    DWORD     magic;
+    HANDLE    msg;

msg's type should be HCRYPTMSG instead.

+        for (i = 0; i < cc->attr_count; i++)
+        {
+            if (!CryptMsgGetParam(hmsg, CMSG_ATTR_CERT_PARAM, i, NULL, &size))

Out of curiosity, how did you test this?
--Juan



More information about the wine-devel mailing list