Juan Lang : crypt32: Fix typo.

Alexandre Julliard julliard at winehq.org
Tue Nov 4 07:29:00 CST 2008


Module: wine
Branch: master
Commit: d8c2a40cf6f1da78cad829d52495345d71a4af87
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d8c2a40cf6f1da78cad829d52495345d71a4af87

Author: Juan Lang <juan.lang at gmail.com>
Date:   Mon Nov  3 11:25:20 2008 -0800

crypt32: Fix typo.

---

 dlls/crypt32/msg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/crypt32/msg.c b/dlls/crypt32/msg.c
index 8312ff9..0d615cc 100644
--- a/dlls/crypt32/msg.c
+++ b/dlls/crypt32/msg.c
@@ -1341,7 +1341,7 @@ static HCRYPTMSG CSignedEncodeMsg_Open(DWORD dwFlags,
         return NULL;
     }
     if (info->cbSize == sizeof(CMSG_SIGNED_ENCODE_INFO_WITH_CMS) &&
-     info->rgAttrCertEncoded)
+     info->cAttrCertEncoded)
     {
         FIXME("CMSG_SIGNED_ENCODE_INFO with CMS fields unsupported\n");
         return NULL;




More information about the wine-cvs mailing list