[PATCH] CryptVerifyMessageSignature: Do not clear *pcbDecoded

Mikko Rasa tdb at tdb.fi
Tue Aug 17 06:25:31 CDT 2010


---
 dlls/crypt32/message.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/crypt32/message.c b/dlls/crypt32/message.c
index 7551cce..9090c7f 100644
--- a/dlls/crypt32/message.c
+++ b/dlls/crypt32/message.c
@@ -194,8 +194,6 @@ BOOL WINAPI CryptVerifyMessageSignature(PCRYPT_VERIFY_MESSAGE_PARA pVerifyPara,
 
     if (ppSignerCert)
         *ppSignerCert = NULL;
-    if (pcbDecoded)
-        *pcbDecoded = 0;
     if (!pVerifyPara ||
      pVerifyPara->cbSize != sizeof(CRYPT_VERIFY_MESSAGE_PARA) ||
      GET_CMSG_ENCODING_TYPE(pVerifyPara->dwMsgAndCertEncodingType) !=
-- 
1.7.1




More information about the wine-patches mailing list