Juan Lang : crypt32: Remove redundant assignment.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jul 26 06:37:24 CDT 2007


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

Author: Juan Lang <juan.lang at gmail.com>
Date:   Wed Jul 25 18:10:12 2007 -0700

crypt32: Remove redundant assignment.

---

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

diff --git a/dlls/crypt32/msg.c b/dlls/crypt32/msg.c
index ba75cb6..a842286 100644
--- a/dlls/crypt32/msg.c
+++ b/dlls/crypt32/msg.c
@@ -1231,7 +1231,6 @@ static BOOL CDecodeMsg_DecodeHashedContent(CDecodeMsg *msg,
      &size);
     if (ret)
     {
-        msg->type = CMSG_HASHED;
         ContextPropertyList_SetProperty(msg->properties, CMSG_VERSION_PARAM,
          (const BYTE *)&digestedData->version, sizeof(digestedData->version));
         CDecodeMsg_SaveAlgorithmID(msg, CMSG_HASH_ALGORITHM_PARAM,




More information about the wine-cvs mailing list