[PATCH] Add a missing CryptMsgUpdate

Paul Vriens Paul.Vriens.Wine at gmail.com
Thu Sep 18 15:59:19 CDT 2008


---
 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++)
     {
-- 
1.5.5.1


--------------000300050107050801020704--



More information about the wine-patches mailing list