From a1e8343e2e240ef3480b1f7cd5f20dcc92832f64 Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Tue, 29 May 2007 19:56:25 -0700 Subject: [PATCH] wincrypt: Fix typo. --- include/wincrypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wincrypt.h b/include/wincrypt.h index c580d845388..f4a15da7dcc 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h @@ -3725,7 +3725,7 @@ HCRYPTMSG WINAPI CryptMsgOpenToEncode(DWORD dwMsgEncodingType, DWORD dwFlags, DWORD dwMsgType, const void *pvMsgEncodeInfo, LPSTR pszInnerContentObjID, PCMSG_STREAM_INFO pStreamInfo); -HCRYPTMSG WINAPI CryptMsgUpdate(HCRYPTMSG hCryptMsg, const BYTE *pbData, +BOOL WINAPI CryptMsgUpdate(HCRYPTMSG hCryptMsg, const BYTE *pbData, DWORD cbData, BOOL fFinal); BOOL WINAPI CryptMsgVerifyCountersignatureEncoded(HCRYPTPROV hCryptProv,