Module: wine Branch: master Commit: d88cfec91d8fc11377c023c4f71a02c1145299e7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d88cfec91d8fc11377c023c4f7...
Author: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Thu Sep 18 22:59:19 2008 +0200
crypt32/tests: Add a missing CryptMsgUpdate.
---
dlls/crypt32/tests/msg.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/crypt32/tests/msg.c b/dlls/crypt32/tests/msg.c index 78d49d8..e4a3849 100644 --- a/dlls/crypt32/tests/msg.c +++ b/dlls/crypt32/tests/msg.c @@ -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++) {