Module: wine Branch: master Commit: a1e8343e2e240ef3480b1f7cd5f20dcc92832f64 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a1e8343e2e240ef3480b1f7cd5...
Author: Juan Lang juan_lang@yahoo.com Date: Tue May 29 19:56:25 2007 -0700
wincrypt: Fix typo.
---
include/wincrypt.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/wincrypt.h b/include/wincrypt.h index c580d84..f4a15da 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,