crypt32: Correct type of a decoded signed message.
This commit is contained in:
parent
fd1e88ae61
commit
211a8d324f
|
@ -1422,7 +1422,7 @@ static BOOL CDecodeMsg_DecodeContent(CDecodeMsg *msg, CRYPT_DER_BLOB *blob,
|
|||
break;
|
||||
case CMSG_SIGNED:
|
||||
if ((ret = CDecodeMsg_DecodeSignedContent(msg, blob)))
|
||||
msg->type = CMSG_HASHED;
|
||||
msg->type = CMSG_SIGNED;
|
||||
break;
|
||||
default:
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue