Andrew Talbot : rsaenh: Sign-compare warnings fix.

Alexandre Julliard julliard at winehq.org
Mon Nov 10 07:43:59 CST 2008


Module: wine
Branch: master
Commit: c44dcda12be80bc22f9d88eb969c98f89cfc65c7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c44dcda12be80bc22f9d88eb969c98f89cfc65c7

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Sat Nov  8 15:16:22 2008 +0000

rsaenh: Sign-compare warnings fix.

---

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

diff --git a/dlls/rsaenh/rsaenh.c b/dlls/rsaenh/rsaenh.c
index 40ca9e3..5467d64 100644
--- a/dlls/rsaenh/rsaenh.c
+++ b/dlls/rsaenh/rsaenh.c
@@ -3557,7 +3557,7 @@ BOOL WINAPI RSAENH_CPSetHashParam(HCRYPTPROV hProv, HCRYPTHASH hHash, DWORD dwPa
 {
     CRYPTHASH *pCryptHash;
     CRYPTKEY *pCryptKey;
-    int i;
+    DWORD i;
 
     TRACE("(hProv=%08lx, hHash=%08lx, dwParam=%08x, pbData=%p, dwFlags=%08x)\n",
            hProv, hHash, dwParam, pbData, dwFlags);




More information about the wine-cvs mailing list