Juan Lang : wincrypt.h: Fix typos.

Alexandre Julliard julliard at winehq.org
Fri Aug 29 07:29:06 CDT 2008


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

Author: Juan Lang <juan.lang at gmail.com>
Date:   Thu Aug 28 09:34:28 2008 -0700

wincrypt.h: Fix typos.

---

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

diff --git a/include/wincrypt.h b/include/wincrypt.h
index 0f0cec6..f7d2620 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -2947,8 +2947,8 @@ typedef struct _CRL_FIND_ISSUED_FOR_PARA
 #endif
 #define szOID_REMOVE_CERTIFICATE             "1.3.6.1.4.1.311.10.8.1"
 #define szOID_CROSS_CERT_DIST_POINTS         "1.3.6.1.4.1.311.10.9.1"
-#define szOID_CTL                            "1.3.6.1.4.1.311.10.10.1"
-#define szOID_SORTED_CTL                     "1.3.6.1.4.1.311.10.10.1.1"
+#define szOID_CTL                            "1.3.6.1.4.1.311.10.1"
+#define szOID_SORTED_CTL                     "1.3.6.1.4.1.311.10.1.1"
 #define szOID_ANY_APPLICATION_POLICY         "1.3.6.1.4.1.311.10.12.1"
 #define szOID_RENEWAL_CERTIFICATE            "1.3.6.1.4.1.311.13.1"
 #define szOID_ENROLLMENT_NAME_VALUE_PAIR     "1.3.6.1.4.1.311.13.2.1"




More information about the wine-cvs mailing list