From c950c8d28f906521c386a62ae17c29c092824057 Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Thu, 28 Aug 2008 09:34:28 -0700 Subject: [PATCH] wincrypt.h: Fix typos. --- include/wincrypt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wincrypt.h b/include/wincrypt.h index 0f0cec6e198..f7d26208f91 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"