mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 07:00:30 +00:00
crypt32: Remove redundant assignment.
This commit is contained in:
parent
e0b13a20b5
commit
429e5b300f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user