Commit 429e5b30 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Remove redundant assignment.

parent e0b13a20
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment