crypt32: Correct type of a decoded signed message.

This commit is contained in:
Juan Lang 2007-07-27 10:55:44 -07:00 committed by Alexandre Julliard
parent fd1e88ae61
commit 211a8d324f
1 changed files with 1 additions and 1 deletions

View File

@ -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:
{