Juan Lang : wincrypt.h: Fix a typo.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Sep 29 09:45:56 CDT 2006


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

Author: Juan Lang <juan_lang at yahoo.com>
Date:   Thu Sep 28 10:57:01 2006 -0700

wincrypt.h: Fix a typo.

---

 include/wincrypt.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/wincrypt.h b/include/wincrypt.h
index bfe9ac2..7b84570 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -1322,7 +1322,7 @@ #define ALG_SID_MD2                     
 #define ALG_SID_MD4                     2
 #define ALG_SID_MD5                     3
 #define ALG_SID_SHA                     4
-#define ALG_SID_SHA1                    CALG_SHA
+#define ALG_SID_SHA1                    ALG_SID_SHA
 #define ALG_SID_MAC                     5
 #define ALG_SID_RIPEMD                  6
 #define ALG_SID_RIPEMD160               7




More information about the wine-cvs mailing list