crypt32/tests: Add a missing CryptMsgUpdate.

oldstable
Paul Vriens 2008-09-18 22:59:19 +02:00 committed by Alexandre Julliard
parent 9593c9e6f5
commit d88cfec91d
1 changed files with 1 additions and 0 deletions

View File

@ -2574,6 +2574,7 @@ static void test_msg_control(void)
ok(!ret && GetLastError() == E_INVALIDARG,
"Expected E_INVALIDARG, got %08x\n", GetLastError());
}
ret = CryptMsgUpdate(msg, NULL, 0, TRUE);
/* or after an update. */
for (i = 1; have_nt && (i <= CMSG_CTRL_ADD_CMS_SIGNER_INFO); i++)
{