Juan Lang : include: Fix typos.

Alexandre Julliard julliard at winehq.org
Thu Nov 20 08:20:33 CST 2008


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

Author: Juan Lang <juan.lang at gmail.com>
Date:   Wed Nov 19 10:48:05 2008 -0800

include: Fix typos.

---

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

diff --git a/include/wincrypt.h b/include/wincrypt.h
index e6ce84a..bd8023a 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -290,10 +290,10 @@ typedef struct _CERT_KEY_ATTRIBUTES_INFO {
 #define CERT_NON_REPUDIATION_KEY_USAGE   0x40
 #define CERT_KEY_ENCIPHERMENT_KEY_USAGE  0x20
 #define CERT_DATA_ENCIPHERMENT_KEY_USAGE 0x10
-#define CERT_KEY_AGREEMENT_KEY_USAGE     0x80
-#define CERT_KEY_CERT_SIGN_KEY_USAGE     0x40
-#define CERT_OFFLINE_CRL_SIGN_KEY_USAGE  0x20
-#define CERT_CRL_SIGN_KEY_USAGE          0x10
+#define CERT_KEY_AGREEMENT_KEY_USAGE     0x08
+#define CERT_KEY_CERT_SIGN_KEY_USAGE     0x04
+#define CERT_OFFLINE_CRL_SIGN_KEY_USAGE  0x02
+#define CERT_CRL_SIGN_KEY_USAGE          0x02
 #define CERT_ENCIPHER_ONLY_KEY_USAGE     0x01
 /* byte 1 */
 #define CERT_DECIPHER_ONLY_KEY_USAGE     0x80




More information about the wine-cvs mailing list